summaryrefslogtreecommitdiff
path: root/math/p5-Math-Matrix
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2021-10-26math: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07math: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-1/+2
2020-09-07p5-Math-Matrix: update to 0.91.wiz2-10/+9
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*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2018-06-20math/p5-Math-Matrix: import p5-Math-Matrix-0.8mef3-0/+42
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