• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

config/H30-Jul-2014-20,71617,452

doc/H30-Jul-2014-1,5601,396

examples/H07-Dec-2015-1,195789

src/H07-Dec-2015-11,3586,024

tests/H30-Jul-2014-1,5531,246

AUTHORSH A D21-Jul-2004124 43

COPYINGH A D16-Jul-200417.6 KiB341281

ChangeLogH A D23-Jul-20142.4 KiB8356

INSTALLH A D30-Jul-201411.8 KiB299223

Makefile.amH A D23-Jul-201493 63

Makefile.inH A D30-Jul-201423.9 KiB779687

READMEH A D23-Jul-2014575 1510

aclocal.m4H A D30-Jul-201435.7 KiB1,018918

bootstrapH A D18-Jul-2004930 296

cblas.hH A D05-Dec-201431.6 KiB566468

compileH A D25-Jul-20147.2 KiB348258

config-h.inH A D30-Jul-20142.8 KiB11577

config.guessH A D25-Jul-201441.9 KiB1,4211,229

config.subH A D25-Jul-201434.9 KiB1,7951,657

configureH A D30-Jul-2014438.5 KiB15,22512,596

configure.acH A D24-Jul-20143 KiB11592

depcompH A D25-Jul-201423 KiB792502

install-shH A D25-Jul-201413.7 KiB528351

ltmain.shH A D25-Jul-2014277 KiB9,6627,310

missingH A D25-Jul-20146.7 KiB216143

README

1
2IML: Integer Matrix Library
3
4IML package provides efficient routines to solve nonsingular systems of
5linear equations, certified solve any shape systems of linear equations,
6and perform mod p matrix operations, such as computing row-echelon form,
7determinant, rank profile, inverse of a mod p matrix.
8
9See INSTALL for the installation instructions.
10See doc/liblink for how to link your program with the library.
11See doc/libroutines for routine reference.
12See examples/readme for how to compile the examples
13
14The header file cblas.h is taken from the netlib BLAS library.
15