Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 603914f812807300a210702b3011ab5b

perl-Math-MatrixReal-2.11-1.fc20.noarch.rpm

Description:

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.

Other version of this rpm: