Path to this page:
./
math/p5-Math-Matrix,
Math::Matrix - Multiply and invert Matrices
Branch: CURRENT,
Version: 0.94nb2,
Package name: p5-Math-Matrix-0.94nb2,
Maintainer: pkgsrc-users The following methods are available:
new
clone
size of matrix
concat
transpose
multiply
solve
multiply_scalar
add
substract
equal
slice
determinant
dot_product
absolute
normalizing
cross_product
print
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 110.153 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Math-Matrix-0.94nb2
- (2023-07-06) Updated to version: p5-Math-Matrix-0.94nb1
- (2023-01-27) Updated to version: p5-Math-Matrix-0.94
- (2022-06-28) Updated to version: p5-Math-Matrix-0.91nb2
- (2021-05-25) Updated to version: p5-Math-Matrix-0.91nb1
- (2020-09-07) Updated to version: p5-Math-Matrix-0.91
CVS history: (Expand)
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-01-27 05:12:37 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.94
Upstream changes:
0.94 2021-01-13
* Fix broken test in t/mldiv.t The rounding performed for values that are very
close to an integer was performed on the wrong matrix.
0.93 2021-01-12
* The test is_deeply() does string comparison, so avoid negative zeros in test
data and output from tests. Also round test output where the output may be
slightly off from an integer.
* Require Math::Trig version 1.06 so Math::Trig::Inf() is available.
* Update the SUPPORT section to reflect that CPAN RT will be closing down on
1st March 2021.
* Add support for negative integer powers in mpow().
0.92 2020-11-02
* Add a larged amount of new methods. Improve existing methods. Fix
overloading. This will close most of the remaining CPAN RT tickets.
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-09-07 13:51:38 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Math-Matrix: update to 0.91.
Add LICENSE.
0.91 2020-08-09
* Ensure a recent version of Math::Complex in the test files that use that
module. Math::Complex didn't support any way of cloning/copying
Math::Complex objects before version 1.57.
0.9 2020-08-07
* Fix typos in POD and add more documentation and examples.
* Extended new() to handle empty matrices and allow the matrix to be specified
as a single argument.
* Improve code so subclassing works better.
* Add many new tests to confirm existing and new behaviour.
* Misellaneous modernizations.
* This release closes CPAN RT ##104334 and #109353.
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|