Click or drag to resize

NMathFunctionsDeterminant(DoubleSymBandMatrix) Method

Computes the determinant of A.

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

Parameters

A  DoubleSymBandMatrix
A symmetric, banded matrix.

Return Value

Double
The determinant of A.
See Also