info Struct Reference

info stored for each x value in the sample data set More...

#include <cubic_spline.h>

List of all members.

Public Member Functions

 info (double y, double s=0)

Public Attributes

double s_
 second derivative the interpolation function at x
double y_
 value of the function at the specified x location

Detailed Description

info stored for each x value in the sample data set

Definition at line 77 of file cubic_spline.h.


Constructor & Destructor Documentation

info ( double  y,
double  s = 0 
)

Definition at line 82 of file cubic_spline.h.


Member Data Documentation

double s_

second derivative the interpolation function at x

Definition at line 80 of file cubic_spline.h.

double y_

value of the function at the specified x location

Definition at line 79 of file cubic_spline.h.


The documentation for this struct was generated from the following file:
Generated on Wed Feb 29 22:53:11 2012 for CXXUtilities by  doxygen 1.6.3