Back to FabImage Library website
You are here: Start » Function Reference » Data Classification » Principal Component Analysis » MatrixDeterminant
MatrixDeterminant
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationPro |
Find the determinant of a square matrix.
Syntax
C++
C#
void fil::MatrixDeterminant ( const fil::Matrix& inMatrix, float& outDeterminant )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty matrix in MatrixDeterminant. |
| DomainError | Matrix dimensions incompatible in MatrixDeterminant. |


