Click or drag to resize
QR Constructor
Constructs the QR decomposition of a matrix with elements of type double.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public QR(
	double[,] a
)

Parameters

a
Type: SystemDouble
A double matrix to be factored.
See Also