#include <iostream>#include <cmath>#include "array.h"#include "matpackVII.h"

Go to the source code of this file.
Functions | |
| Tensor4 | fill_tensor4 (Index b, Index p, Index r, Index c, Index start=1) |
| Tensor5 | fill_tensor5 (Index s, Index b, Index p, Index r, Index c, Index start=1) |
| void | test1 () |
| void | test2 () |
| void | test3 () |
| void | test4 () |
| void | test5 () |
| void | fill_tensor6 (Tensor6 &x, Index v, Index s, Index b, Index p, Index r, Index c) |
| void | test6 () |
| void | fill_tensor7 (Tensor7 &x, Index l, Index v, Index s, Index b, Index p, Index r, Index c) |
| void | test7 () |
| void | test8 () |
| void | test9 () |
| int | main () |
Variables | |
| Joker | joker |
| Define the global joker objekt. | |
| int main | ( | void | ) |
| void test1 | ( | ) |
Definition at line 69 of file test_tensor.cc.
References fill_tensor4(), max, min, ConstTensor4View::nbooks(), ConstTensor4View::ncols(), ConstTensor4View::npages(), and ConstTensor4View::nrows().
| void test2 | ( | ) |
| void test3 | ( | ) |
Definition at line 123 of file test_tensor.cc.
| void test4 | ( | ) |
Definition at line 139 of file test_tensor.cc.
References fill_tensor5(), max, min, ConstTensor5View::nbooks(), ConstTensor5View::ncols(), ConstTensor5View::npages(), ConstTensor5View::nrows(), and ConstTensor5View::nshelves().
| void test5 | ( | ) |
| void test6 | ( | ) |
Definition at line 228 of file test_tensor.cc.
References fill_tensor6(), ConstTensor6View::nbooks(), ConstTensor6View::ncols(), ConstTensor6View::npages(), ConstTensor6View::nrows(), ConstTensor6View::nshelves(), and ConstTensor6View::nvitrines().
| void test7 | ( | ) |
Definition at line 279 of file test_tensor.cc.
References fill_tensor7(), ConstTensor7View::nbooks(), ConstTensor7View::ncols(), ConstTensor7View::nlibraries(), ConstTensor7View::npages(), ConstTensor7View::nrows(), ConstTensor7View::nshelves(), and ConstTensor7View::nvitrines().
| void test8 | ( | ) |
| void test9 | ( | ) |
Definition at line 451 of file test_tensor.cc.
1.5.6