Click or drag to resize

DoubleBandFact(DoubleBandMatrix, Boolean) Constructor

Constructs a DoubleBandFact instance by factoring the given matrix.

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

Parameters

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