File: README

package info (click to toggle)
iml 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,336 kB
  • sloc: sh: 19,923; ansic: 6,900; makefile: 73
file content (14 lines) | stat: -rw-r--r-- 575 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

IML: Integer Matrix Library

IML package provides efficient routines to solve nonsingular systems of 
linear equations, certified solve any shape systems of linear equations, 
and perform mod p matrix operations, such as computing row-echelon form, 
determinant, rank profile, inverse of a mod p matrix.

See INSTALL for the installation instructions.
See doc/liblink for how to link your program with the library.
See doc/libroutines for routine reference.
See examples/readme for how to compile the examples

The header file cblas.h is taken from the netlib BLAS library.