ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
vcubicspline.cpp File Reference

(Last Changed on April 03, 2014 for git-revision 92e8cd402681ef769a09c54f49414bcb28787612.)

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. More...
 
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)
 

Detailed Description

Cubic spline functions.

Author
Chris Grandin, Steve Martell, James Ianelli
Date
12/14/2011
Remarks

Definition in file vcubicspline.cpp.

Function Documentation

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.

Author
Steven James Dean Martell
Date
2011-06-21
Parameters
spline_nodesa vector of spline knots
ipis a vector of interpreted points
Returns
returns a vector of interpreted points
See Also

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().