Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37495808
en ru br
ALT Linux repositórios
S:2.13-alt1_10

Group :: Desenvolvimento/Outros
RPM: perl-Math-MatrixReal

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 2.13-alt1_10
Data da compilação: 20 novembro 2019, 11:30 ( 231.0 weeks ago )
Tamanho:: 156.25 Kb

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

Licença: GPL+ or Artistic
Sumário: Manipulate matrix of reals
Descrição:

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.

Mantenedor currente: Igor Vlasenko

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • perl-Math-MatrixReal
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009