NonlinLeastSquares Constructor |
Creates an object to solve a nonlinear least squares problem.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public NonlinLeastSquares(
int m,
int n
)
Public Sub New (
m As Integer,
n As Integer
)
public:
NonlinLeastSquares(
int m,
int n
)
new :
m : int *
n : int -> NonlinLeastSquares
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