Click or drag to resize

FloatBandFact(FloatBandMatrix, Boolean) Constructor

Constructs a FloatBandFact instance by factoring the given matrix.

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

Parameters

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