Returns the RQ decomposition of the matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public RQDecomposition<T> GetRQDecomposition()
Public Function GetRQDecomposition As RQDecomposition(Of T)
public:
RQDecomposition<T>^ GetRQDecomposition()
member GetRQDecomposition : unit -> RQDecomposition<'T>
Return Value
Type:
RQDecompositionTAn
RQDecompositionT object that represents
the RQ decomposition of the matrix.
Reference