Dense Matrix<T>.Get RQDecomposition Method
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Get | Returns the RQ decomposition of the matrix. |
Get | Returns the RQ decomposition of the matrix. |
GetRQDecomposition(Boolean)
Returns the RQ decomposition of the matrix.
public override 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 RQ decomposition of the matrix.