Click or drag to resize

DoubleQRLeastSq(DoubleMatrix) Constructor

Constructs a DoubleQRLeastSq instance from the given matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleQRLeastSq(
	DoubleMatrix A
)

Parameters

A  DoubleMatrix
A matrix
See Also