array_interp Class Template Reference

#include <interp.h>

Inheritance diagram for array_interp:

o2scl_interp< double[n], array_const_reverse< n > >

Detailed Description

template<size_t n>
class array_interp< n >

A specialization of o2scl_interp for C-style double arrays.

Definition at line 1106 of file interp.h.


Public Member Functions

 array_interp (base_interp< double[n]> &it, base_interp< array_const_reverse< n > > &rit)
 Create with base interpolation objects it and rit.
 array_interp (base_interp< double[n]> &it)
 Create with base interpolation object it and use the default base interpolation object for reversed arrays.
 array_interp ()
 Create an interpolator using the default base interpolation objects.

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

Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page