matDet: Matrix Determinant

View source: R/RcppExports.R

matDetR 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.


zrmacc/BNEM documentation built on March 31, 2024, 12:20 a.m.