You are here: Start » AVL.NET » Function Reference » Data Classification » Principal Component Analysis » AVL.MatrixDeterminant

AVL.MatrixDeterminant

Find the determinant of a square matrix.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void MatrixDeterminant
(
	AvlNet.Matrix inMatrix,
	out float outDeterminant
)

Parameters

Name Type Range Default Description
inMatrixAvlNet.Matrix
outDeterminantfloat

Errors

List of possible exceptions:

Error type Description
DomainError Empty matrix in MatrixDeterminant.
DomainError Matrix dimensions incompatible in MatrixDeterminant.

See also