Class interp_array_vec (o2scl)

O2scl : Class List

template<class arr_t>
class o2scl::interp_array_vec : public o2scl::interp_vec<arr_t>

A specialization of o2scl::interp_vec for C-style arrays.

See also the Interpolation section of the O2scl User’s guide.

Public Functions

inline interp_array_vec(size_t nv, const arr_t &x, const arr_t &y, size_t interp_type)

Create with base interpolation object it.