Click or drag to resize

NMathFunctionsDeterminant(FloatComplexBandMatrix) Method

Computes the determinant of the matrix.

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

Parameters

A  FloatComplexBandMatrix
A banded matrix.

Return Value

FloatComplex
The determinant of the matrix.
See Also