Up to [cvs.NetBSD.org] / pkgsrc / math / R-RcppArmadillo
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 26 10:55:23 2021 UTC (15 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
math: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes
Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 7 14:27:45 2021 UTC (15 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
math: Remove SHA1 hashes for distfiles
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jul 31 18:39:23 2019 UTC (3 years, 6 months ago) by brook
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.2: +6 -6
lines
Diff to previous 1.2 (colored)
R-RcppArmadillo: update to version 0.9.600.4.0. Update to the canonical form of an R package and fix the LICENSE field.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 25 00:32:45 2018 UTC (4 years, 10 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
math/R-RcppArmadillo: Update to 0.8.400.0.0 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()
Revision 1.1 / (download) - annotate - [select for diffs], Thu Mar 22 15:36:04 2018 UTC (4 years, 10 months ago) by minskim
Branch: MAIN
math/R-RcppArmadillo: Import version 0.8.300.1.0 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.