Givaro 4.2.1
Interpolation< Domain, REDUCE > Struct Template Reference

Interpolation. More...

#include <givinterp.h>

+ Inheritance diagram for Interpolation< Domain, REDUCE >:

Public Types

typedef std::vector< typename Domain::ElementVect_t
 
typedef Poly1Dom< Domain, Dense >::Element Element
 

Public Member Functions

 Interpolation (const Domain &d, const Indeter &X=Indeter())
 
void operator() (const typename Domain::Element &x, const typename Domain::Element &f)
 
Elementinterpolator ()
 

Detailed Description

template<class Domain, bool REDUCE = true>
struct Givaro::Interpolation< Domain, REDUCE >

Interpolation.

Examples
examples/Polynomial/interpolate.C.

Member Typedef Documentation

◆ Vect_t

template<class Domain, bool REDUCE = true>
typedef std::vector< typename Domain::Element > Vect_t

◆ Element

template<class Domain, bool REDUCE = true>
typedef Poly1Dom<Domain,Dense>::Element Element

Constructor & Destructor Documentation

◆ Interpolation()

template<class Domain, bool REDUCE = true>
Interpolation ( const Domain & d,
const Indeter & X = Indeter() )
inline

Member Function Documentation

◆ operator()()

template<class Domain, bool REDUCE = true>
void operator() ( const typename Domain::Element & x,
const typename Domain::Element & f )
inline

◆ interpolator()

template<class Domain, bool REDUCE = true>
Element & interpolator ( )
inline

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