Click or drag to resize

NMathFunctionsDeterminant(DoubleComplexTriDiagMatrix) Method

Computes the determinant of the matrix.

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

Parameters

A  DoubleComplexTriDiagMatrix
A tridiagonal matrix.

Return Value

DoubleComplex
The determinant of A.
See Also