Nothing
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
.std::copy
and std::memcpy
to convert between R and C++.armadillo.hpp
only once in the headers.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.cpp11
)cpp11armadillotest
directory.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.