SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,10 @@
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.

View file

@ -0,0 +1,8 @@
${P5SITE}/Math/
${P5SITE}/Math/MatrixReal.pm
@man man/man3p/Math::MatrixReal.3p
share/examples/p5-Math-MatrixReal/
share/examples/p5-Math-MatrixReal/bench.pl
share/examples/p5-Math-MatrixReal/bench_mult.pl
share/examples/p5-Math-MatrixReal/bench_new_diag.pl
share/examples/p5-Math-MatrixReal/openg-and-matrix.pl