Click or drag to resize

NMathFunctionsDeterminant(FloatLowerTriMatrix) Method

Computes the determinant of A.

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

Parameters

A  FloatLowerTriMatrix
A lower triangular matrix.

Return Value

Single
The determinant of A.
See Also