armainv: Inverse of Matrix Using RcppArmadillo

Description Usage Arguments Value Examples

Description

Inverse of 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(X)

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