Click or drag to resize

NMathFunctionsDeterminant(FloatComplexLowerTriMatrix) Method

Computes the determinant of A.

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

Parameters

A  FloatComplexLowerTriMatrix
A lower triangular matrix.

Return Value

FloatComplex
The determinant of A.
See Also