NEWS.md
std::cout
(#05a342b).uword
to integers
and vice versa.imat
and umat
to integers_matrix<>
and vice versa.fmat
to doubles_matrix<>
and vice versa.as_spmat()
as a wrapper for as_SpMat()
.as_mat()
and as_col()
as wrappers for as_Mat()
and as_Col()
.umat
to integers_matrix<>
.ivec
to integers
.mtcars_mat
for the tests.Makevars
template with commented debbuging flags and that allows to set the number of cores.armadillo_version()
to get the version of Armadillo from R.using namespace std;
from headers (see https://www.reddit.com/r/cpp_questions/comments/160eivk/is_using_namespace_std_really_considered_bad/).arma::uvec
used to subset vectors.