| ARTS
    2.4.0(git:4fb77825)
    | 
#include <cmath>#include <iostream>#include "array.h"#include "interpolation.h"#include "interpolation_poly.h"#include "math_funcs.h"#include "matpackVII.h"#include "xml_io.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 563 of file test_interpolation.cc.
References test08().
| void test01 | ( | ) | 
Definition at line 27 of file test_interpolation.cc.
References gridpos(), interp(), interpweights(), joker, and ConstTensor3View::ncols().
| void test02 | ( | Index | n | ) | 
Definition at line 175 of file test_interpolation.cc.
References ConstVectorView::nelem().
| void test03 | ( | Index | n | ) | 
Definition at line 184 of file test_interpolation.cc.
References VectorView::begin(), and VectorView::end().
| void test04 | ( | ) | 
Definition at line 199 of file test_interpolation.cc.
References gridpos(), interp(), interpweights(), joker, ConstVectorView::nelem(), and ConstTensor3View::npages().
| void test05 | ( | ) | 
Definition at line 255 of file test_interpolation.cc.
References gridpos(), interp(), and interpweights().
| void test06 | ( | ) | 
Definition at line 290 of file test_interpolation.cc.
References gridpos(), interp(), interpweights(), joker, and ConstTensor3View::ncols().
| void test07 | ( | ) | 
Definition at line 440 of file test_interpolation.cc.
References gridpos(), gridpos_poly(), interp(), interp_poly(), interpweights(), Array< base >::nelem(), ConstVectorView::nelem(), pow(), and ARTS::Var::x().
| void test08 | ( | ) | 
Definition at line 513 of file test_interpolation.cc.
References gridpos_poly(), interp(), and interpweights().
Referenced by main().