Public Member Functions | Private Attributes | List of all members
CSplineApprox Class Reference

Wrapper class for cubic (natural) spline approximation. More...

#include <cspline.h>

Public Member Functions

 CSplineApprox (const std::map< double, double > &pts)
 
double approx (double x) const
 Do spline approx.
 

Private Attributes

gsl_interp_accel * m_accel
 
gsl_spline * m_spline
 

Detailed Description

Wrapper class for cubic (natural) spline approximation.

Definition at line 24 of file cspline.h.


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

Generated for KAME4 by  doxygen 1.8.3