| Download |
| source(Linux) |
| Users guide (Russian) |
| English | Russian | |
| Users guide | ||
| html | html | |
| Developers guide | ||
| html | html |
| Download | Python 2.4.x |
| source(Linux) | |
| Windows |
To install the GINV software under Unix one needs the library gmp (http://www.swox.com/gmp) assembled with C++ support. For the code optimization under a given computer architecture one can properly adjust the C++ compiler options in the file setup.py.
The assemblage of the module ginv is done in line with the standard scheme for Python:
python setup.py build
python setup.py install
python setup.py install --prefix=/home/user/pyginv
Installation under Windows uses the pre-compiled module ginv. This imposes some restrictions on the type and capacity of a processor. The module ginv is built-up with i586 code. This may lead to a substantial slow-down in performance, for instance, when a 64-bit processor is used.
Assemblage under Windows is similar to that under Unix.