  | FloatComplexLUFactFactor 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(
	FloatComplexMatrix A
)
Public Sub Factor ( 
	A As FloatComplexMatrix
)
public:
void Factor(
	FloatComplexMatrix^ A
)
member Factor : 
        A : FloatComplexMatrix -> unit Parameters
- A  FloatComplexMatrix
 - The matrix to factor.
 
See Also