Constructs the QR decomposition of a matrix with elements of type
double.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public Sub New (
a As Double(,)
)
public:
QR(
array<double,2>^ a
)
Parameters
- a
- Type: SystemDouble
A double matrix to be factored.
See Also