My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
interpolator Class Reference

#include <interpolator.h>

Public Member Functions

 interpolator ()
 
 ~interpolator ()
 
void vectors (nr_double_t *, nr_double_t *, int)
 
void vectors (nr_complex_t *, nr_double_t *, int)
 
void rvectors (vector *, vector *)
 
void cvectors (vector *, vector *)
 
void prepare (int, int, int domain=DATA_RECTANGULAR)
 
nr_double_t rinterpolate (nr_double_t)
 
nr_complex_t cinterpolate (nr_double_t)
 

Detailed Description

Definition at line 43 of file interpolator.h.

Constructor & Destructor Documentation

interpolator::interpolator ( )

Definition at line 41 of file interpolator.cpp.

interpolator::~interpolator ( )

Definition at line 51 of file interpolator.cpp.

Member Function Documentation

nr_complex_t interpolator::cinterpolate ( nr_double_t  x)

Definition at line 313 of file interpolator.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void interpolator::cvectors ( vector y,
vector x 
)

Definition at line 121 of file interpolator.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void interpolator::prepare ( int  interpol,
int  repitition,
int  domain = DATA_RECTANGULAR 
)

Definition at line 140 of file interpolator.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

nr_double_t interpolator::rinterpolate ( nr_double_t  x)

Definition at line 269 of file interpolator.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void interpolator::rvectors ( vector y,
vector x 
)

Definition at line 84 of file interpolator.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void interpolator::vectors ( nr_double_t *  y,
nr_double_t *  x,
int  len 
)

Definition at line 67 of file interpolator.cpp.

void interpolator::vectors ( nr_complex_t y,
nr_double_t *  x,
int  len 
)

Definition at line 103 of file interpolator.cpp.


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