IMSL C# Numerical Library

QR.GetQ Method 

The orthogonal or unitary matrix Q.

public double[,] GetQ();

Return Value

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

See Also

QR Class | Imsl.Math Namespace