Computes the determinant of A.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static DoubleComplex Determinant(
	DoubleComplexLowerTriMatrix A
)
Visual Basic (Declaration)
Public Shared Function Determinant ( _
	A As DoubleComplexLowerTriMatrix _
) As DoubleComplex
Visual C++
public:
static DoubleComplex Determinant(
	DoubleComplexLowerTriMatrix^ A
)

Parameters

A
Type: CenterSpace.NMath.Matrix..::.DoubleComplexLowerTriMatrix
A lower triangular matrix.

Return Value

The determinant of A.

See Also