LQDecomposition<T>.Deconstruct Method
Deconstructs an LQ decomposition into its component matrices.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public void Deconstruct(
out Matrix<T> triangularFactor,
out LinearOperator<T> orthogonalFactor
)
Parameters
- triangularFactor Matrix<T>
- The lower triangular factor R.
- orthogonalFactor LinearOperator<T>
- The orthogonal (unary) factor Q.