#include <math.h>#include "matpackI.h"#include "matpackIII.h"#include "array.h"#include "make_array.h"#include "mystring.h"#include "make_vector.h"#include "math_funcs.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 | test16 () |
| 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 () |
| int | main () |
Variables | |
| Joker | joker |
| Define the global joker objekt. | |
Definition at line 31 of file test_matpack.cc.
Definition at line 36 of file test_matpack.cc.
| void fill_with_junk | ( | MatrixView | x | ) |
Definition at line 46 of file test_matpack.cc.
| void fill_with_junk | ( | VectorView | x | ) |
Definition at line 41 of file test_matpack.cc.
| int main | ( | ) |
Definition at line 587 of file test_matpack.cc.
| int test1 | ( | ) |
Definition at line 51 of file test_matpack.cc.
| void test10 | ( | ) |
Definition at line 267 of file test_matpack.cc.
| void test11 | ( | ) |
Definition at line 278 of file test_matpack.cc.
| void test12 | ( | ) |
Definition at line 290 of file test_matpack.cc.
| void test13 | ( | ) |
Definition at line 309 of file test_matpack.cc.
| void test14 | ( | ) |
Definition at line 320 of file test_matpack.cc.
| void test15 | ( | ) |
Definition at line 331 of file test_matpack.cc.
| void test16 | ( | ) |
Definition at line 340 of file test_matpack.cc.
| void test17 | ( | ) |
Definition at line 354 of file test_matpack.cc.
| void test18 | ( | ) |
Definition at line 361 of file test_matpack.cc.
| void test19 | ( | ) |
Definition at line 369 of file test_matpack.cc.
| void test2 | ( | ) |
Definition at line 135 of file test_matpack.cc.
| void test20 | ( | ) |
Definition at line 381 of file test_matpack.cc.
| void test21 | ( | ) |
Definition at line 388 of file test_matpack.cc.
| void test22 | ( | ) |
Definition at line 401 of file test_matpack.cc.
| void test23 | ( | ) |
Definition at line 414 of file test_matpack.cc.
| void test24 | ( | ) |
Definition at line 423 of file test_matpack.cc.
| void test25 | ( | ) |
Definition at line 438 of file test_matpack.cc.
| void test26 | ( | ) |
Definition at line 445 of file test_matpack.cc.
| void test27 | ( | ) |
Definition at line 452 of file test_matpack.cc.
| void test28 | ( | ) |
Definition at line 461 of file test_matpack.cc.
| void test29 | ( | ) |
Definition at line 469 of file test_matpack.cc.
| void test30 | ( | ) |
Definition at line 494 of file test_matpack.cc.
| void test31 | ( | ) |
Definition at line 516 of file test_matpack.cc.
| void test4 | ( | ) |
Definition at line 170 of file test_matpack.cc.
| void test5 | ( | ) |
Definition at line 199 of file test_matpack.cc.
| void test6 | ( | ) |
Definition at line 220 of file test_matpack.cc.
| void test7 | ( | ) |
Definition at line 243 of file test_matpack.cc.
| void test8 | ( | ) |
Definition at line 251 of file test_matpack.cc.
| void test9 | ( | ) |
Definition at line 259 of file test_matpack.cc.
1.5.6