Click or drag to resize

DoubleSymPDBandFact(DoubleSymBandMatrix, Boolean) Constructor

Constructs an DoubleSymPDBandFact 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 DoubleSymPDBandFact(
	DoubleSymBandMatrix A,
	bool estimateConditionNumber
)

Parameters

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