Click or drag to resize

NMathFunctionsDeterminant(DoubleComplexLowerTriMatrix) Method

Computes the determinant of A.

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

Parameters

A  DoubleComplexLowerTriMatrix
A lower triangular matrix.

Return Value

DoubleComplex
The determinant of A.
See Also