sma_interp_vec Class Template Reference

#include <smart_interp.h>

Inheritance diagram for sma_interp_vec:

smart_interp_vec< arr_t, array_const_subvector, arr_t, array_alloc< arr_t > >

Detailed Description

template<class arr_t>
class sma_interp_vec< arr_t >

A specialization of smart_interp_vec for C-style arrays.

Definition at line 977 of file smart_interp.h.


Public Member Functions

 sma_interp_vec (base_interp< arr_t > &it, base_interp< array_const_subvector > &it2, size_t n, const arr_t &x, const arr_t &y)
 Create with base interpolation object it and it2.
 sma_interp_vec (size_t n, const arr_t &x, const arr_t &y)
 Create with default 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.