Package perl-Math-MatrixReal: Information

    Source package: perl-Math-MatrixReal
    Version: 2.13-alt1_10
    Latest version according to Repology
    Build time:  Nov 21, 2019, 07:01 AM in the task #241260
    Report package bug
    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.

    List of rpms provided by this srpm:
    perl-Math-MatrixReal (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    Igor Vlasenko
    @everybody

      1. perl(OpenGL.pm)
      2. perl(Scalar/Util.pm)
      3. perl(Test/More.pm)
      4. perl(Test/Most.pm)
      5. perl(Test/Simple.pm)
      6. perl(base.pm)
      7. perl(lib.pm)
      8. perl(overload.pm)
      9. perl(strict.pm)
      10. perl(vars.pm)
      11. perl(warnings.pm)
      12. perl-devel
      13. perl-podlators
      14. coreutils
      15. rpm-build-perl
      16. rpm-build-perl
      17. perl(Benchmark.pm)
      18. perl(Carp.pm)
      19. perl(Data/Dump.pm)
      20. perl(Data/Dumper.pm)
      21. perl(Exporter.pm)
      22. perl(File/Spec.pm)
      23. perl(File/Spec/Functions.pm)
      24. perl(Math/Complex.pm)
      25. perl(Module/Build.pm)
      26. perl(List/MoreUtils.pm)

    Last changed


    Nov. 20, 2019 Igor Vlasenko 2.13-alt1_10
    - update to new release by fcimport
    July 14, 2018 Igor Vlasenko 2.13-alt1_6
    - update to new release by fcimport
    Oct. 2, 2017 Igor Vlasenko 2.13-alt1_4
    - update to new release by fcimport