Name : perl-Math-Matrix
| |
Version : 0.94
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.1.1
| Date : 2023-01-27 17:34:07
|
Group : Unspecified
| Source RPM : perl-Math-Matrix-0.94-lp154.1.1.src.rpm
|
Size : 0.33 MB
| |
Packager : https://www_suse_com/
| |
Summary : Multiply and invert Matrices
|
Description :
This module implements various constructors and methods for creating and manipulating matrices.
All methods return new objects, so, for example, \'$X->add($Y)\' does not modify \'$X\'.
$X -> add($Y); # $X not modified; output is lost $X = $X -> add($Y); # this works
Some operators are overloaded (see OVERLOADING) and allow the operand to be modified directly.
$X = $X + $Y; # this works $X += $Y; # so does this
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-M/15.4/noarch |