IMSL C# Numerical Library |
|
NonlinLeastSquares Constructor
Creates an object to solve a nonlinear least squares problem.
public NonlinLeastSquares(
int m,
int n);
Parameters
-
m
- The number of functions
-
n
- The number of variables. n must be less than or equal to m.
See Also
NonlinLeastSquares Class | Imsl.Math Namespace