Click or drag to resize

NMathFunctionsDeterminant(FloatComplexTriDiagMatrix, Boolean) Method

Computes the determinant of the matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatComplex Determinant(
	FloatComplexTriDiagMatrix A,
	bool isHermitianPD
)

Parameters

A  FloatComplexTriDiagMatrix
A tridiagonal matrix.
isHermitianPD  Boolean
true if A is Hermitian and positive definite.

Return Value

FloatComplex
The determinant of A.
See Also