Description Usage Arguments Value Examples
Inverse of Symmetric Positive-definite Matrix Using RcppArmadillo
1 | armainv_pd(x)
|
x |
Matrix to be inverted |
Inverted matrix
1 2 3 | set.seed(123)
X <- crossprod(matrix(rnorm(25),5,5))
armainv_pd(X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.