ainv: Armadillo's Inverse Functions

View source: R/my_RcppExports.R View source: R/RcppExports.R

ainvR Documentation

Armadillo's Inverse Functions

Description

Matrix inverse and pseudo-inverse by the Armadillo C++ library.

Usage

ainv(x)

apinv(x)

Arguments

x

a numeric matrix, must be square for ainv.

Value

The matrix-inverse or pseudo-inverse.

See Also

dfms-package

Examples

ainv(crossprod(diff(EuStockMarkets)))


dfms documentation built on Jan. 19, 2026, 1:06 a.m.