Gets the orthogonal matrix Q of this QRDecomposition.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property OrthogonalFactor As GeneralMatrix
C#
public GeneralMatrix OrthogonalFactor { get; }
C++
public:
GeneralMatrix^ OrthogonalFactor {
	GeneralMatrix^ get ();
}

Value

A GeneralMatrix.