![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Akima spline interpolation with periodic boundary conditions (GSL)
#include <interp.h>
Public Member Functions | |
virtual const char * | type () |
Return the type, "akima_peri_interp" . | |
virtual int | init (const vec_t &xa, const vec_t &ya, size_t size) |
Initialize interpolation routine. | |
Private Member Functions | |
akima_peri_interp (const akima_peri_interp< vec_t > &) | |
akima_peri_interp< vec_t > & | operator= (const akima_peri_interp< vec_t > &) |
virtual int akima_peri_interp< vec_t >::init | ( | const vec_t & | xa, |
const vec_t & | ya, | ||
size_t | size | ||
) | [inline, virtual] |
Periodic boundary conditions
Reimplemented from akima_interp< vec_t >.
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).