info Struct Reference

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

#include <spline.h>

List of all members.

Public Member Functions

 info (X y, D s=0)
 operator X () const

Public Attributes

s_
 second derivative the interpolation function at x, < possibly uninitialized if you aren't using the cubic < spline.
y_
 value of the function at the specified x location

Detailed Description

template<class X, class Y, class D = double>
struct cxxtls::spline< X, Y, D >::info

info stored for each x value in the sample data set

Definition at line 171 of file spline.h.


Constructor & Destructor Documentation

info ( y,
s = 0 
)

Definition at line 179 of file spline.h.


Member Function Documentation

operator X (  )  const

Definition at line 185 of file spline.h.


Member Data Documentation

D s_

second derivative the interpolation function at x, < possibly uninitialized if you aren't using the cubic < spline.

Definition at line 175 of file spline.h.

X y_

value of the function at the specified x location

Definition at line 173 of file spline.h.


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