lnxmat.zip | (710 kb) | GNU/Linux executables |
winmat.zip | (462 kb) | Windows console executables |
matrix.zip | (95 kb) | C sources, package version 2.1 (2014.10.24) |
matrix.tar.gz | (80 kb) |
Matrix is a set of programs to transpose and invert matrices,
to solve linear equation systems, to compute the eigenvalues and
eigenvectors of symmetric matrices, and to compute bipartite matchings
with the Hungarian method. A brief description of how to apply these
programs can be found in the file matrix/ex/readme
in
the source package.
Note that this library of matrix functions is incomplete: eigenvalue and eigenvector functions for non-symmetric matrices as well as several other functions are still missing.
If you have trouble executing the programs on Microsoft Windows, check whether you have the Microsoft Visual C++ Redistributable for Visual Studio 2022 (see under "Other Tools and Frameworks") installed, as the programs were compiled with Microsoft Visual Studio 2022.