Letter P

perl-Math-MatrixReal - Manipulate matrix of reals

Website: http://search.cpan.org/dist/Math-MatrixReal/
License: GPL+ or Artistic
Vendor: Alcance Libre, Inc.
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.

Packages

perl-Math-MatrixReal-2.13-5.fc14.al.src [156 KiB] Changelog by Fedora Release Engineering (2018-02-08):
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Listing created by Repoview-0.6.6-6.fc14.al