The orthogonal or unitary matrix Q.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[,] GetQ()
Visual Basic (Declaration)
Public Function GetQ As Double(,)
Visual C++
public:
array<double,2>^ GetQ()

Return Value

A double matrix containing the accumulated orthogonal matrix Q from the QR decomposition.

See Also