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