QRDecomposition<T>.OrthogonalFactor Property

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

Definition

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

Property Value

Matrix<T>
A DenseMatrix<T>.

See Also