ARTS
2.2.66
|
#include <iostream>
#include <cmath>
#include "array.h"
#include "matpackVII.h"
#include "interpolation.h"
#include "interpolation_poly.h"
#include "make_vector.h"
#include "xml_io.h"
#include "math_funcs.h"
Go to the source code of this file.
Functions | |
void | test01 () |
void | test02 (Index n) |
void | test03 (Index n) |
void | test04 () |
void | test05 () |
void | test06 () |
void | test07 () |
void | test08 () |
int | main () |
int main | ( | void | ) |
Definition at line 559 of file test_interpolation.cc.
References test08().
void test01 | ( | ) |
Definition at line 28 of file test_interpolation.cc.
References gridpos(), interp(), interpweights(), and joker.
void test02 | ( | Index | n | ) |
Definition at line 167 of file test_interpolation.cc.
References ConstVectorView::nelem().
void test03 | ( | Index | n | ) |
Definition at line 178 of file test_interpolation.cc.
References VectorView::begin(), and VectorView::end().
void test04 | ( | ) |
Definition at line 195 of file test_interpolation.cc.
References gridpos(), interp(), interpweights(), joker, and ConstVectorView::nelem().
void test05 | ( | ) |
Definition at line 253 of file test_interpolation.cc.
References gridpos(), interp(), and interpweights().
void test06 | ( | ) |
Definition at line 289 of file test_interpolation.cc.
References gridpos(), interp(), interpweights(), and joker.
void test07 | ( | ) |
Definition at line 430 of file test_interpolation.cc.
References gridpos(), gridpos_poly(), interp(), interp_poly(), interpweights(), and ConstVectorView::nelem().
void test08 | ( | ) |
Definition at line 506 of file test_interpolation.cc.
References gridpos_poly(), interp(), and interpweights().
Referenced by main().