matDet {SurrogateRegression}R Documentation

Matrix Determinant

Description

Calculates the determinant of A.

Usage

matDet(A, logDet = FALSE)

Arguments

A

Numeric matrix.

logDet

Return the logarithm of the determinant?

Value

Scalar.


[Package SurrogateRegression version 0.6.0.1 Index]