Returns the LQ decomposition of the matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public LQDecomposition<T> GetLQDecomposition()
Public Function GetLQDecomposition As LQDecomposition(Of T)
public:
LQDecomposition<T>^ GetLQDecomposition()
member GetLQDecomposition : unit -> LQDecomposition<'T>
Return Value
Type:
LQDecompositionTAn
LQDecompositionT object that represents
the LQ decomposition of the matrix.
Reference