summaryrefslogtreecommitdiff
path: root/math/R-RcppArmadillo/distinfo
AgeCommit message (Collapse)AuthorFilesLines
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
2019-07-31R-RcppArmadillo: update to version 0.9.600.4.0.brook1-6/+6
Update to the canonical form of an R package and fix the LICENSE field.
2018-03-25math/R-RcppArmadillo: Update to 0.8.400.0.0minskim1-5/+5
Changes: - faster handling of sparse matrices by repmat() - faster loading of CSV files - expanded kron() to handle sparse matrices - expanded index_min() and index_max() to handle cubes - expanded randi(), randu(), randn(), randg() to output single scalars - added submatrix & subcube iterators - added normcdf() - added mvnrnd() - added chi2rnd() - added wishrnd() and iwishrnd()
2018-03-22math/R-RcppArmadillo: Import version 0.8.300.1.0minskim1-0/+7
Armadillo is a templated C++ linear algebra library (by Conrad Sanderson) that aims towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS libraries.