Click or drag to resize

DoubleComplexBandFact(DoubleComplexBandMatrix, Boolean) Constructor

Constructs a DoubleComplexBandFact instance by factoring the given matrix.

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

Parameters

A  DoubleComplexBandMatrix
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