Click or drag to resize

NMathFunctionsDeterminant(DoubleTriDiagMatrix) Method

Computes the determinant of the matrix.

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

Parameters

A  DoubleTriDiagMatrix
A tridiagonal matrix.

Return Value

Double
The determinant of A.
See Also