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


