Click or drag to resize

NMathFunctionsDeterminant(DoubleComplexTriDiagMatrix, Boolean) 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,
	bool isHermitian
)

Parameters

A  DoubleComplexTriDiagMatrix
A tridiagonal matrix.
isHermitian  Boolean
true if A is Hermitian and positive definite.

Return Value

DoubleComplex
The determinant of A.
See Also