The math/p5-Math-MatrixReal port
p5-Math-MatrixReal-2.13p0 – implement the data type "matrix of reals" (cvsweb github mirror)
Description
Math::MatrixReal implements the data type "matrix of reals" (and consequently also "vector of reals") which can be used almost like any other basic Perl type thanks to OPERATOR OVERLOADING. Also features many important operations and methods: matrix norm, matrix transposition, matrix inverse, determinant of a matrix, order and numerical condition of a matrix, scalar product of vectors, vector product of vectors, vector length, projection of row and column vectors, a comfortable way for reading in a matrix from a file, the keyboard or your code, and many more.WWW: https://metacpan.org/release/Math-MatrixReal
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Test dependencies
Files
- /usr/local/libdata/perl5/site_perl/Math/
- /usr/local/libdata/perl5/site_perl/Math/MatrixReal.pm
- /usr/local/man/man3p/Math::MatrixReal.3p
- /usr/local/share/examples/p5-Math-MatrixReal/
- /usr/local/share/examples/p5-Math-MatrixReal/bench.pl
- /usr/local/share/examples/p5-Math-MatrixReal/bench_mult.pl
- /usr/local/share/examples/p5-Math-MatrixReal/bench_new_diag.pl
- /usr/local/share/examples/p5-Math-MatrixReal/openg-and-matrix.pl