Learn R Programming

MGMM (version 0.3.1)

matDet: 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.