Click or drag to resize

FloatHermitianPDBandFactFactor(FloatHermitianBandMatrix, Boolean) Method

Factors the matrix A so that self represents the LU factorization of A.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Factor(
	FloatHermitianBandMatrix A,
	bool estimateConditionNumber
)

Parameters

A  FloatHermitianBandMatrix
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 factored matrix was not square.
See Also