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