Name : perl-Math-Matrix
| |
Version : 0.940.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.1.1
| Date : 2024-07-24 22:32:53
|
Group : Unspecified
| Source RPM : perl-Math-Matrix-0.940.0-lp155.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/15.5/noarch |