Cubic spline functions. More...
#include "statsLib.h"Go to the source code of this file.
Functions | |
| void | bicubic_spline (const dvector &x, const dvector &y, dvar_matrix &knots, dvar_matrix &S) |
| dvar_vector | cubic_spline (const dvar_vector &spline_nodes, const dvector &ip) |
| A Wrapper for the vcubic_spline_function. | |
| dvar_matrix | splie2 (const dvector &_x1a, const dvector &_x2a, const dvar_matrix &_ya) |
| dvariable | splin2 (const dvector &_x1a, const dvector &_x2a, const dvar_matrix _ya, dvar_matrix &_y2a, const double &x1, const double &x2) |
| void bicubic_spline | ( | const dvector & | x, |
| const dvector & | y, | ||
| dvar_matrix & | knots, | ||
| dvar_matrix & | S | ||
| ) |
Definition at line 107 of file vcubicspline.cpp.
| dvar_vector cubic_spline | ( | const dvar_vector & | spline_nodes, |
| const dvector & | ip | ||
| ) |
A Wrapper for the vcubic_spline_function.
| spline_nodes | a vector of spline knots |
| ip | is a vector of interpreted points |
Definition at line 93 of file vcubicspline.cpp.
| dvar_matrix splie2 | ( | const dvector & | _x1a, |
| const dvector & | _x2a, | ||
| const dvar_matrix & | _ya | ||
| ) |
Definition at line 257 of file vcubicspline.cpp.
Referenced by bicubic_spline().
| dvariable splin2 | ( | const dvector & | _x1a, |
| const dvector & | _x2a, | ||
| const dvar_matrix | _ya, | ||
| dvar_matrix & | _y2a, | ||
| const double & | x1, | ||
| const double & | x2 | ||
| ) |
Definition at line 289 of file vcubicspline.cpp.
Referenced by bicubic_spline().
|
|
Generated on Tue Mar 8 2016 19:51:38 for ADMB Documentation by 1.8.0
|