You are here: Start » AVL.NET » Invoke.MatrixDeterminant

Invoke.MatrixDeterminant

Find the determinant of a square matrix.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inMatrixAvl.Matrix
outDeterminantfloat

See also