The upper trapezoidal matrix R.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public Function GetR As Double(,)
public:
array<double,2>^ GetR()
member GetR : unit -> float[,]
Return Value
Type:
Double
The upper trapezoidal
double matrix R of the QR decomposition.
See Also