Matrix<T>.Get LQDecomposition 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 LQ decomposition of the matrix. |
Get | Returns the LQ decomposition of the matrix. |
GetLQDecomposition
Returns the LQ decomposition of the matrix.
public LQDecomposition<T> GetLQDecomposition()
Return Value
LQDecomposition<T>An LQDecomposition<T> object that represents the LQ decomposition of the matrix.
GetLQDecomposition(Boolean)
Returns the LQ decomposition of the matrix.
public virtual LQDecomposition<T> GetLQDecomposition(
bool overwriteMatrix
)
Parameters
- overwriteMatrix Boolean
- A boolean value that indicates whether the contents of the matrix may be overwritten by the decomposition.
Return Value
LQDecomposition<T>An LQDecomposition<T> object that represents the QR decomposition of the matrix.