Inv: Inverse of a matrix

View source: R/RcppExports.R

InvR Documentation

Inverse of a matrix

Description

Calculates the inverse of a numeric matrix

Usage

Inv(x)

Arguments

x

a numeric matrix

Value

The inverse of x.

Examples

x<-matrix(sample(1:25,25,replace=TRUE),ncol=5)
Inv(x)

dccmidas documentation built on May 29, 2024, 5:26 a.m.

Related to Inv in dccmidas...