QRDecomposition<T>.OrthogonalFactor Property

Gets the orthogonal matrix Q of this QRDecomposition<T>.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Matrix<T> OrthogonalFactor { get; protected set; }

Property Value

Matrix<T>
A DenseMatrix<T>.

See Also