Click or drag to resize

NMathFunctionsDeterminant(FloatSymBandMatrix, Boolean) Method

Computes the determinant of A.

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

Parameters

A  FloatSymBandMatrix
A symmetric, banded matrix.
isPositiveDefinite  Boolean
true if A is positive definite. false otherwise.

Return Value

Single
The determinant of A.
See Also