View source: R/my_RcppExports.R View source: R/RcppExports.R
ainv | R Documentation |
Matrix inverse and pseudo-inverse by the Armadillo C++ library.
ainv(x)
apinv(x)
x |
a numeric matrix, must be square for |
The matrix-inverse or pseudo-inverse.
ainv(crossprod(diff(EuStockMarkets)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.