Click or drag to resize

NMathFunctionsDeterminant(FloatTriDiagMatrix, Boolean) Method

Computes the determinant of the matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static float Determinant(
	FloatTriDiagMatrix A,
	bool isSymmetricPD
)

Parameters

A  FloatTriDiagMatrix
A tridiagonal matrix.
isSymmetricPD  Boolean
true if A is symmetric and positive definite.

Return Value

Single
The determinant of A.
See Also