Click or drag to resize

FloatQRLeastSq(FloatMatrix) Constructor

Constructs a FloatQRLeastSq instance from the given matrix.

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

Parameters

A  FloatMatrix
A matrix
See Also