Click or drag to resize

NMathFunctionsDeterminant(DoubleComplexBandMatrix) Method

Computes the determinant of the matrix.

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

Parameters

A  DoubleComplexBandMatrix
A banded matrix.

Return Value

DoubleComplex
The determinant of the matrix.
See Also