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

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

Syntax

C#
public QR(
	double[,] a
)
Visual Basic (Declaration)
Public Sub New ( _
	a As Double(,) _
)
Visual C++
public:
QR(
	array<double,2>^ a
)

Parameters

a
Type: array< System..::.Double ,2>[,](,)[,]
A double matrix to be factored.

See Also