Name : perl-Math-MatrixReal
| |
Version : 2.13
| Vendor : Fedora Project
|
Release : 2.fc26
| Date : 2017-02-11 16:00:38
|
Group : Development/Libraries
| Source RPM : perl-Math-MatrixReal-2.13-2.fc26.src.rpm
|
Size : 0.20 MB
| |
Packager : Fedora Project
| |
Summary : Manipulate matrix of reals
|
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.
|
RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora-secondary/releases/26/Everything/s390x/os/Packages/p |