Back to FabImage Library website
You are here: Start » Function Reference » Principal Component Analysis » MatrixDeterminant

MatrixDeterminant
Header: | FIL.h |
---|---|
Namespace: | fil |
Find the determinant of a square matrix.
Syntax
C++
C#
void fil::MatrixDeterminant ( const fil::Matrix& inMatrix, float& outDeterminant )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inMatrix | const Matrix& | ||
![]() |
outDeterminant | float& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty matrix in MatrixDeterminant. |
DomainError | Matrix dimensions incompatible in MatrixDeterminant. |