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


