|  | FloatLUFact Constructor | 
            Constructs a FloatLUFact instance by factoring the given matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic FloatLUFact(
	FloatMatrix A
)
Public Sub New ( 
	A As FloatMatrix
)
public:
FloatLUFact(
	FloatMatrix^ A
)
new : 
        A : FloatMatrix -> FloatLUFactParameters
- A  FloatMatrix
- The matrix to factor.
 See Also
See Also