|
ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
| vcubic_spline_function (const dvector &_x, const dvar_vector &_y, double yp1=0.0, double ypn=0.0) | |
| Description not yet available. More... | |
| vcubic_spline_function (const dvector &_x, const dvar_vector &_y, dvariable yp1, dvariable ypn) | |
| Description not yet available. More... | |
| vcubic_spline_function (const dvector &_x, const dvar_vector &_y, dvariable yp1) | |
| dvariable | operator() (double u) |
| Description not yet available. More... | |
| dvar_vector | operator() (const dvector &u) |
| Description not yet available. More... | |
| dvar_vector | operator() (const dvar_vector &u) |
| Description not yet available. More... | |
Private Attributes | |
| dvector | x |
| dvar_vector | y |
| dvar_vector | y2 |
| vcubic_spline_function::vcubic_spline_function | ( | const dvector & | _x, |
| const dvar_vector & | _y, | ||
| double | yp1 = 0.0, |
||
| double | ypn = 0.0 |
||
| ) |
| vcubic_spline_function::vcubic_spline_function | ( | const dvector & | _x, |
| const dvar_vector & | _y, | ||
| dvariable | yp1, | ||
| dvariable | ypn | ||
| ) |
| vcubic_spline_function::vcubic_spline_function | ( | const dvector & | _x, |
| const dvar_vector & | _y, | ||
| dvariable | yp1 | ||
| ) |
| dvariable vcubic_spline_function::operator() | ( | double | u | ) |
| dvar_vector vcubic_spline_function::operator() | ( | const dvector & | u | ) |
| dvar_vector vcubic_spline_function::operator() | ( | const dvar_vector & | u | ) |
|
private |
Definition at line 5041 of file fvar.hpp.
Referenced by operator()(), and vcubic_spline_function().
|
private |
Definition at line 5042 of file fvar.hpp.
Referenced by operator()(), and vcubic_spline_function().
|
private |
Definition at line 5043 of file fvar.hpp.
Referenced by operator()(), and vcubic_spline_function().
|
|
Generated on Wed Sep 7 2022 00:01:35 for ADMB Documentation by 1.8.5
|