Click or drag to resize

DoubleComplexTriDiagFact(DoubleComplexTriDiagMatrix, Boolean) Constructor

Constructs a DoubleComplexTriDiagFact instance by factoring the given matrix.

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

Parameters

A  DoubleComplexTriDiagMatrix
The matrix to factor.
estimateConditionNumber  Boolean
If true the condition number for the matrix will be estimated. This is a rather computationally expensive operation for large matrices.
Exceptions
ExceptionCondition
MatrixNotSquareExceptionThrown if the matrix is not square.
See Also