Back to Adaptive Vision Library website
You are here: Start » Function Reference » Principal Component Analysis » MatrixDeterminant
MatrixDeterminant
Find the determinant of a square matrix.
Syntax
C++
C#
void avl::MatrixDeterminant ( const avl::Matrix& inMatrix, float& outDeterminant )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inMatrix | const Matrix& | ||
![]() |
outDeterminant | float& |
Errors
| Error type | Description |
|---|---|
| DomainError | Empty matrix in MatrixDeterminant. |
| DomainError | Matrix dimensions incompatible in MatrixDeterminant. |


