You are here: Start » FIL.NET » Function Reference » Data Classification » Principal Component Analysis » FIL.MatrixDeterminant
Find the determinant of a square matrix.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inMatrix | FilNet.Matrix | |||
![]() | outDeterminant | float |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty matrix in MatrixDeterminant. |
| DomainError | Matrix dimensions incompatible in MatrixDeterminant. |


