Click or drag to resize

NMathFunctionsDeterminant(FloatMatrix) Method

Computes the determinant of a given matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static float Determinant(
	FloatMatrix A
)

Parameters

A  FloatMatrix
A matrix.

Return Value

Single
The determinant of A.
Exceptions
ExceptionCondition
MatrixNotSquareExceptionThrown if A is not square.
See Also