Click or drag to resize

FloatComplexTriDiagFactFactor(FloatComplexTriDiagMatrix, 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(
	FloatComplexTriDiagMatrix A,
	bool estimateCond
)

Parameters

A  FloatComplexTriDiagMatrix
The matrix to factor.
estimateCond  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