Returns the RQ decomposition of the matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual RQDecomposition<T> GetRQDecomposition(
bool overwriteMatrix
)
Public Overridable Function GetRQDecomposition (
overwriteMatrix As Boolean
) As RQDecomposition(Of T)
public:
virtual RQDecomposition<T>^ GetRQDecomposition(
bool overwriteMatrix
)
abstract GetRQDecomposition :
overwriteMatrix : bool -> RQDecomposition<'T>
override GetRQDecomposition :
overwriteMatrix : bool -> RQDecomposition<'T>
Parameters
- overwriteMatrix
- Type: SystemBoolean
A boolean value that indicates
whether the contents of the matrix may be overwritten by
the decomposition.
Return Value
Type:
RQDecompositionTAn
RQDecompositionT object that represents
the QR decomposition of the matrix.
Reference