This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Simple matrix interface


Simple matrix interface

Available from:
http://www.niss.org/~stark/software/gmat.zip

This is intended as a minimal package for allowing easy manipulation and
access of uniform array data from C with extra flexibility.  It was
developed for personal use, but tell me if it might be useful (even if
as a component of something else).

* It's very small
* The interface is small
* It provides for fast type checking and array access.

It's also easy to compile, and the example precompiled for linux may
work out of the box.

For further information, see the readme/guide files in the zip file.

Alex Stark.