Commit graph

4 commits

Author SHA1 Message Date
brook
d1d2bdf864 Remove MASTER_SITES= from individual R package Makefiles.
Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES.  Consequently, it is redundant for the individual
packages to do the same.  Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.
2018-07-28 14:40:42 +00:00
minskim
b1d56d1af4 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()
2018-03-25 00:32:45 +00:00
minskim
3c53d3351d math/R-RcppArmadillo: Add a patch file for portability fix
This should have been a part of the previous import.
2018-03-22 15:38:26 +00:00
minskim
bc7ed86244 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.
2018-03-22 15:36:04 +00:00