#include <cmath>
#include <iostream>
#include "matpackVII.h"
#include "array.h"
#include "make_array.h"
#include "mystring.h"
#include "make_vector.h"
#include "math_funcs.h"
#include "describe.h"
#include "matpackII.h"
Go to the source code of this file.
Functions | |
Numeric | by_reference (const Numeric &x) |
Numeric | by_value (Numeric x) |
void | fill_with_junk (VectorView x) |
void | fill_with_junk (MatrixView x) |
int | test1 () |
void | test2 () |
void | test4 () |
void | test5 () |
void | test6 () |
void | test7 () |
void | test8 () |
void | test9 () |
void | test10 () |
void | test11 () |
void | test12 () |
void | test13 () |
void | test14 () |
void | test15 () |
void | test17 () |
void | test18 () |
void | test19 () |
void | test20 () |
void | test21 () |
void | test22 () |
void | test23 () |
void | test24 () |
void | test25 () |
void | test26 () |
void | test27 () |
void | test28 () |
void | test29 () |
void | test30 () |
void | test31 () |
void | test32 () |
void | test33 () |
void | junk4 (Tensor4View a) |
void | junk2 (ConstVectorView a) |
void | test34 () |
void | test35 () |
void | test36 () |
void | test37 (const Index &i) |
void | test38 () |
void | test39 () |
int | main () |
Variables | |
Joker | joker |
Define the global joker objekt. |
void fill_with_junk | ( | MatrixView | x | ) |
Definition at line 47 of file test_matpack.cc.
void fill_with_junk | ( | VectorView | x | ) |
void junk2 | ( | ConstVectorView | a | ) |
void junk4 | ( | Tensor4View | a | ) |
int main | ( | void | ) |
int test1 | ( | ) |
Definition at line 52 of file test_matpack.cc.
References VectorView::begin(), fill_with_junk(), M, ConstMatrixView::ncols(), ConstVectorView::nelem(), ConstMatrixView::nrows(), Vector::resize(), and transpose().
void test10 | ( | ) |
void test11 | ( | ) |
void test12 | ( | ) |
void test13 | ( | ) |
void test14 | ( | ) |
Definition at line 301 of file test_matpack.cc.
void test15 | ( | ) |
Definition at line 312 of file test_matpack.cc.
void test17 | ( | ) |
void test18 | ( | ) |
Definition at line 342 of file test_matpack.cc.
void test19 | ( | ) |
Definition at line 350 of file test_matpack.cc.
void test2 | ( | ) |
void test20 | ( | ) |
Definition at line 362 of file test_matpack.cc.
void test21 | ( | ) |
void test22 | ( | ) |
void test23 | ( | ) |
Definition at line 395 of file test_matpack.cc.
void test24 | ( | ) |
Definition at line 404 of file test_matpack.cc.
void test25 | ( | ) |
void test26 | ( | ) |
Definition at line 426 of file test_matpack.cc.
void test27 | ( | ) |
Definition at line 433 of file test_matpack.cc.
void test28 | ( | ) |
Definition at line 442 of file test_matpack.cc.
void test29 | ( | ) |
void test30 | ( | ) |
Definition at line 475 of file test_matpack.cc.
References ConstMatrixView::ncols(), ConstMatrixView::nrows(), and Matrix::resize().
void test31 | ( | ) |
Definition at line 497 of file test_matpack.cc.
References max, ConstTensor3View::ncols(), ConstTensor3View::npages(), ConstTensor3View::nrows(), and transform().
void test32 | ( | ) |
void test33 | ( | ) |
void test34 | ( | ) |
void test35 | ( | ) |
Definition at line 684 of file test_matpack.cc.
void test36 | ( | ) |
Definition at line 704 of file test_matpack.cc.
void test37 | ( | const Index & | i | ) |
Definition at line 713 of file test_matpack.cc.
void test38 | ( | ) |
Definition at line 729 of file test_matpack.cc.
References Tensor3View::get_c_array(), MatrixView::get_c_array(), and VectorView::get_c_array().
void test39 | ( | ) |
void test4 | ( | ) |
void test5 | ( | ) |
void test6 | ( | ) |
void test7 | ( | ) |
Definition at line 224 of file test_matpack.cc.
References max, min, ConstVectorView::nelem(), and transform().
void test8 | ( | ) |
void test9 | ( | ) |