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 June 8, 2025, 1:50 p.m.