armainv_pd: Inverse of Symmetric Positive-definite Matrix Using...

Description Usage Arguments Value Examples

Description

Inverse of Symmetric Positive-definite Matrix Using RcppArmadillo

Usage

1

Arguments

x

Matrix to be inverted

Value

Inverted matrix

Examples

1
2
3
set.seed(123)
X <- crossprod(matrix(rnorm(25),5,5))
armainv_pd(X)

helske/debugpkg documentation built on May 17, 2019, 3:40 p.m.