Fedora Packages

perl-Math-MatrixReal

Manipulate matrix of reals

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, i.e., $A = $matrix1 * $matrix2; $B = $A ** 2; $C = $A + 2*B; $D = $C - $B/2; $inverse = $C ** -1; $inverse = 1/$C; does what you would like it to do.

Releases Overview

Release Stable Testing
Fedora Rawhide 2.13-23.fc40 -
Fedora 40 2.13-23.fc40 -
Fedora 39 2.13-21.fc39 -
Fedora 38 2.13-20.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at perl-Math-MatrixReal dash maintainers at fedoraproject dot org.



Sources on Pagure