Click or drag to resize

ManagedLinearAlgebraProviderLUFactor Method

Overload List
 NameDescription
Public methodLUFactor(Complex, Int32, Int32) Computes the LUP factorization of A. P*A = L*U.
Public methodLUFactor(Complex32, Int32, Int32) Computes the LUP factorization of A. P*A = L*U.
Public methodLUFactor(Double, Int32, Int32) Computes the LUP factorization of A. P*A = L*U.
Public methodLUFactor(Single, Int32, Int32) Computes the LUP factorization of A. P*A = L*U.
Top
See Also