Click or drag to resize
NonlinLeastSquares Constructor
Creates an object to solve a nonlinear least squares problem.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public NonlinLeastSquares(
	int m,
	int n
)

Parameters

m
Type: SystemInt32
The number of functions
n
Type: SystemInt32
The number of variables. n must be less than or equal to m.
See Also