Click or drag to resize

DoubleHermitianPDBandFact(DoubleHermitianBandMatrix, Boolean) Constructor

Constructs an DoubleHermitianPDBandFact instance by factoring the given matrix.

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

Parameters

A  DoubleHermitianBandMatrix
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. This is a rather computationally expensive operation for large matrices.
Exceptions
ExceptionCondition
MatrixNotSquareExceptionThrown if the matrix is not square.
See Also