Matrix<T>.GetQLDecomposition Method

Returns the QL decomposition of the matrix.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public QLDecomposition<T> GetQLDecomposition()

Return Value

QLDecomposition<T>
An QLDecomposition<T> object that represents the QL decomposition of the matrix.

See Also