Click or drag to resize

DoubleComplexTriDiagFact(DoubleComplexTriDiagMatrix) Constructor

Constructs an DoubleComplexTriDiagFact instance by factoring the given matrix. By default the condition number for the matrix will not be computed and will not be available from the ConditionNumber method.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexTriDiagFact(
	DoubleComplexTriDiagMatrix A
)

Parameters

A  DoubleComplexTriDiagMatrix
The matrix to factor.
Exceptions
ExceptionCondition
MatrixNotSquareExceptionThrown if the matrix is not square.
See Also