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 |
D | s_ |
| second derivative the interpolation function at x, < possibly uninitialized if you aren't using the cubic < spline.
|
X | 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
Member Function Documentation
Member Data Documentation
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.
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: