ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
cubic_spline_function Class Reference

Description not yet available. More...

#include <fvar.hpp>

Public Member Functions

 cubic_spline_function (const dvector &_x, const dvector &_y, double yp1=0.0, double ypn=0.0)
 
double operator() (double u)
 
dvector operator() (const dvector &u)
 

Private Attributes

dvector x
 
dvector y
 
dvector y2
 

Detailed Description

Description not yet available.

Parameters

Definition at line 5060 of file fvar.hpp.

Constructor & Destructor Documentation

cubic_spline_function::cubic_spline_function ( const dvector _x,
const dvector _y,
double  yp1 = 0.0,
double  ypn = 0.0 
)

Definition at line 12 of file cspline.cpp.

Member Function Documentation

double cubic_spline_function::operator() ( double  u)

Definition at line 19 of file cspline.cpp.

dvector cubic_spline_function::operator() ( const dvector u)

Definition at line 25 of file cspline.cpp.

Member Data Documentation

dvector cubic_spline_function::x
private

Definition at line 5062 of file fvar.hpp.

Referenced by cubic_spline_function(), and operator()().

dvector cubic_spline_function::y
private

Definition at line 5063 of file fvar.hpp.

Referenced by cubic_spline_function(), and operator()().

dvector cubic_spline_function::y2
private

Definition at line 5064 of file fvar.hpp.

Referenced by cubic_spline_function(), and operator()().


The documentation for this class was generated from the following files: