Click or drag to resize

FloatSymPDBandFact(FloatSymBandMatrix, Boolean) Constructor

Constructs an FloatSymPDBandFact instance by factoring the given matrix, optionally estimating the condition number of the matrix.

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

Parameters

A  FloatSymBandMatrix
The matrix to factor. The matrix is assumed to be positive definite.
estimateConditionNumber  Boolean
If true the condition number for the matrix will be estimated. Note that this is a rather computationally expensive operation for large matrices.
See Also