Fedora 19 Update: perl-Math-MatrixReal-2.10-1.fc19

updates at fedoraproject.org updates at fedoraproject.org
Wed Dec 4 06:55:34 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-22090
2013-11-26 03:04:54
--------------------------------------------------------------------------------

Name        : perl-Math-MatrixReal
Product     : Fedora 19
Version     : 2.10
Release     : 1.fc19
URL         : http://search.cpan.org/dist/Math-MatrixReal/
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.

--------------------------------------------------------------------------------
Update Information:

This release corrects internal test suite.
--------------------------------------------------------------------------------
ChangeLog:

* Mon Nov 25 2013 Petr Pisar <ppisar at redhat.com> - 2.10-1
- 2.10 bump
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1032568 - perl-Math-MatrixReal-2.10 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=1032568
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update perl-Math-MatrixReal' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list