Click or drag to resize

NMathFunctionsDeterminant(FloatBandMatrix) Method

Computes the determinant of the matrix.

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

Parameters

A  FloatBandMatrix
A banded matrix.

Return Value

Single
The determinant of the matrix.
See Also