2657
|
1 @node Nonlinear Functions, Nonlinear Equations, Ranges, Top |
2656
|
2 @chapter Nonlinear Functions |
|
3 @cindex nonlinear functions |
|
4 |
|
5 @deftypefn {} {}NLFunc (void) |
|
6 @deftypefnx {} {}NLFunc (const @var{nonlinear_fcn}) |
|
7 @deftypefnx {} {}NLFunc (const @var{nonlinear_fcn}, const @var{jacobian_fcn}) |
|
8 @deftypefnx {} {}NLFunc (const NLFunc &@var{a}) |
|
9 @end deftypefn |
|
10 |
|
11 @deftypefn {} NLFunc& {operator =} (const NLFunc &@var{a}) |
|
12 @end deftypefn |
|
13 |
|
14 @deftypefn {} nonlinear_fcn function (void) const; |
|
15 @end deftypefn |
|
16 |
|
17 @deftypefn {} NLFunc& set_function (const nonlinear_fcn @var{f}) |
|
18 @end deftypefn |
|
19 |
|
20 @deftypefn {} jacobian_fcn jacobian_function (void) const; |
|
21 @end deftypefn |
|
22 |
|
23 @deftypefn {} NLFunc& set_jacobian_function (const jacobian_fcn @var{j}) |
|
24 @end deftypefn |