Click or drag to resize

NMathFunctionsDeterminant(DoubleBandMatrix) Method

Computes the determinant of the matrix.

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

Parameters

A  DoubleBandMatrix
A banded matrix.

Return Value

Double
The determinant of the matrix.
See Also