The orthogonal or unitary matrix Q.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public Function GetQ As Double(,)
public:
array<double,2>^ GetQ()
member GetQ : unit -> float[,]
Return Value
Type:
Double
A
double matrix containing the accumulated orthogonal matrix Q
from the QR decomposition.
See Also