 | FloatComplexTriDiagFactFactor Method (FloatComplexTriDiagMatrix) |
Factors the matrix A so that self represents the LU factorization
of A. By default the condition number for the matrix will not be computed
and will not be available from the ConditionNumber method.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic void Factor(
FloatComplexTriDiagMatrix A
)
Public Sub Factor (
A As FloatComplexTriDiagMatrix
)
public:
void Factor(
FloatComplexTriDiagMatrix^ A
)
member Factor :
A : FloatComplexTriDiagMatrix -> unit
Parameters
- A
- Type: CenterSpace.NMath.CoreFloatComplexTriDiagMatrix
The matrix to factor.
Exceptions
See Also