Click or drag to resize

NMathFunctionsDeterminant(FloatTriDiagMatrix) 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
)

Parameters

A  FloatTriDiagMatrix
A tridiagonal matrix.

Return Value

Single
The determinant of A.
See Also