Click or drag to resize

FloatSVDLeastSq(FloatMatrix) Constructor

Constructs a FloatSVDLeastSq instance from the given matrix.

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

Parameters

A  FloatMatrix
A matrix
See Also