Returns the QL decomposition of the matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public QLDecomposition<T> GetQLDecomposition()
Public Function GetQLDecomposition As QLDecomposition(Of T)
public:
QLDecomposition<T>^ GetQLDecomposition()
member GetQLDecomposition : unit -> QLDecomposition<'T>
Return Value
Type:
QLDecompositionTAn
QLDecompositionT object that represents
the QL decomposition of the matrix.
Reference