You are here: Start » AVL.NET » AVL.MatrixDeterminant Method
AVL.MatrixDeterminant Method
Find the determinant of a square matrix.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void MatrixDeterminant( AvlNet.Matrix inMatrix, out float outDeterminant )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inMatrix | AvlNet.Matrix | |||
![]() | outDeterminant | float |
Errors
| Error type | Description |
|---|---|
| DomainError | Empty matrix in MatrixDeterminant. |
| DomainError | Matrix dimensions incompatible in MatrixDeterminant. |


