IMSL C# Numerical Library

QR Constructor 

Constructs the QR decomposition of a matrix with elements of type double.

public QR(
   double[,] a
);

Parameters

a
A double matrix to be factored.

See Also

QR Class | Imsl.Math Namespace