Det: Matrix determinant

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

Calculates the determinant of a numeric matrix.

Usage

1
Det(x)

Arguments

x

a numeric matrix

Value

The determinant of x.

Examples

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

dccmidas documentation built on March 15, 2021, 5:08 p.m.

Related to Det in dccmidas...