SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
10
math/p5-Math-MatrixReal/pkg/DESCR
Normal file
10
math/p5-Math-MatrixReal/pkg/DESCR
Normal 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.
|
8
math/p5-Math-MatrixReal/pkg/PLIST
Normal file
8
math/p5-Math-MatrixReal/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue