The upper trapezoidal matrix R.

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

Syntax

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

Return Value

The upper trapezoidal double matrix R of the QR decomposition.

See Also