Math::MatrixReal 2.03 (Default branch) |
|
|
Math::MatrixReal is a Perl module for manipulating
NxM real matrices. Some of the notable features
are operator overloading, LR decomposition,
eigenvalue/eigenvector algorithms for symmetric
matrices, and export to Matlab/LaTeX/Yacas formats.
License: Perl License
Changes:
This release uses Module::Build, so Math::MatrixReal should in theory be able to compile on systems without make. A new concatenation operator ".", e.g. $c = $a . $b, concatenates two matrices side-by-side. The function assign_row has been added. The beginning of a test suite overhaul to convert to Test::More.
|