File: README

package info (click to toggle)
iml 1.0.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,032 kB
  • ctags: 183
  • sloc: sh: 8,654; ansic: 5,959; makefile: 74
file content (14 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (4)
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