ldet {RestoreNet} | R Documentation |
Matrix determinant
Description
Compute the determinant of a matrix.
Usage
ldet(A, logarithm = TRUE)
Arguments
A |
a matrix |
logarithm |
logical; if TRUE (default) return the logarithm of the modulus of the determinant. |
Value
the determinant of A.
[Package RestoreNet version 1.0.1 Index]