You are here: Start » AVL.NET » AVS.MatrixDeterminant Method

AVS.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
inMatrixAvlNet.Matrix
outDeterminantfloat

See also