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.

Examples

ainv(crossprod(diff(EuStockMarkets)))


dfms documentation built on June 22, 2024, 10:31 a.m.