Returns the LU decomposition of the matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public LUDecomposition<T> GetLUDecomposition()
Public Function GetLUDecomposition As LUDecomposition(Of T)
public:
LUDecomposition<T>^ GetLUDecomposition()
member GetLUDecomposition : unit -> LUDecomposition<'T>
Return Value
Type:
LUDecompositionTAn
LUDecompositionT object that represents
the LU decomposition of the matrix.
Reference