Mail Archives: djgpp/2000/11/15/22:00:22
In article <8uv27f$t6v$1 AT lacerta DOT tiscalinet DOT it>, "godsofmetal"
<godsofmetal AT tiscalinet DOT it> wrote:
> Could someone tell me where to find matrices libraries in C? To make
> simple operations on matrices and to solve systems of linear equations.
http://gams.nist.gov (NB: no "www.")
http://www.netlib.org
Warning: A lot of the source code is in Fortran, but at least it can be
made to work easily. The C source code is old - written in the 1980's.
Some of the typedefs conflict with modern C compilers, and it will take
some editing to make them work. Also, the required C code is strung out
in multiple files that you have to track down and include.
But the libraries are both quite large. Lots of linear algebra routines.
Lots of polynomial routines, statistics, lots of stuff.
--
|----------------------------------|
| Felix Tilley |
| Remove Percent Signs for Email |
| ftilley@%azstarnet.%%%com |
|----------------------------------|
- Raw text -