 | FloatComplexTriDiagFactFactor Method (FloatComplexTriDiagMatrix, Boolean) |
Factors the matrix A so that self represents the LU factorization
of A.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic void Factor(
FloatComplexTriDiagMatrix A,
bool estimateCond
)
Public Sub Factor (
A As FloatComplexTriDiagMatrix,
estimateCond As Boolean
)
public:
void Factor(
FloatComplexTriDiagMatrix^ A,
bool estimateCond
)
member Factor :
A : FloatComplexTriDiagMatrix *
estimateCond : bool -> unit
Parameters
- A
- Type: CenterSpace.NMath.CoreFloatComplexTriDiagMatrix
The matrix to factor. - estimateCond
- Type: SystemBoolean
If true the condition number
for the matrix will be estimated. This is a rather computationally
expensive operation for large matrices.
Exceptions
See Also