Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37511938
en ru br
ALT Linux repos
S:2.13-alt1_10

Group :: Development/Other
RPM: perl-Math-MatrixReal

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.13-alt1_10
Build date: 20 november 2019, 11:30 ( 231.1 weeks ago )
Size: 156.25 Kb

Home page:   https://metacpan.org/release/Math-MatrixReal

License: GPL+ or Artistic
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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Math-MatrixReal
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin