Returns the QL decomposition of the matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual QLDecomposition<T> GetQLDecomposition(
bool overwriteMatrix
)
Public Overridable Function GetQLDecomposition (
overwriteMatrix As Boolean
) As QLDecomposition(Of T)
public:
virtual QLDecomposition<T>^ GetQLDecomposition(
bool overwriteMatrix
)
abstract GetQLDecomposition :
overwriteMatrix : bool -> QLDecomposition<'T>
override GetQLDecomposition :
overwriteMatrix : bool -> QLDecomposition<'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:
QLDecompositionTAn
QLDecompositionT object that represents
the QR decomposition of the matrix.
Reference