Matrix<T>.Get RQDecomposition Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Get | Returns the RQ decomposition of the matrix. |
Get | Returns the RQ decomposition of the matrix. |
GetRQDecomposition
Returns the RQ decomposition of the matrix.
public RQDecomposition<T> GetRQDecomposition()
Return Value
RQDecomposition<T>An RQDecomposition<T> object that represents the RQ decomposition of the matrix.
GetRQDecomposition(Boolean)
Returns the RQ decomposition of the matrix.
public virtual RQDecomposition<T> GetRQDecomposition(
bool overwriteMatrix
)
Parameters
- overwriteMatrix Boolean
- A boolean value that indicates whether the contents of the matrix may be overwritten by the decomposition.
Return Value
RQDecomposition<T>An RQDecomposition<T> object that represents the QR decomposition of the matrix.