 | DoubleComplexLUFactFactor Method |
Factors the matrix A so that self represents the LU factorization
of A.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic void Factor(
DoubleComplexMatrix A
)
Public Sub Factor (
A As DoubleComplexMatrix
)
public:
void Factor(
DoubleComplexMatrix^ A
)
member Factor :
A : DoubleComplexMatrix -> unit
Parameters
- A DoubleComplexMatrix
- The matrix to factor.
See Also