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