|
ROOT 6.10/09 Reference Guide |
#include <cmath>#include "Math/SVector.h"#include "Math/SMatrix.h"#include <iomanip>#include <iostream>#include <limits>#include <string>#include <vector>Macros | |
| #define | TEST(N) |
| #define | XXX |
Functions | |
| template<typename T > | |
| std::enable_if<!std::is_floating_point< T >::value, int >::type | compare (T a, T b, const std::string &s="", int ulps=10) |
| template<typename T > | |
| std::enable_if< std::is_floating_point< T >::value, int >::type | compare (T a, T b, const std::string &s="", int ulps=10) |
| template<typename T > | |
| void | compare_fail (T a, T b, int ulps, T tolerance, const std::string &what) |
| int | main () |
| int | test1 () |
| int | test10 () |
| int | test11 () |
| int | test12 () |
| int | test13 () |
| int | test14 () |
| int | test15 () |
| int | test16 () |
| int | test17 () |
| int | test18 () |
| int | test19 () |
| int | test2 () |
| int | test20 () |
| int | test21 () |
| int | test22 () |
| int | test23 () |
| int | test24 () |
| int | test25 () |
| int | test3 () |
| int | test4 () |
| int | test5 () |
| int | test6 () |
| int | test7 () |
| int | test8 () |
| int | test9 () |
| int | testSMatrix () |
| #define TEST | ( | N | ) |
| #define XXX |
Definition at line 18 of file testSMatrix.cxx.
| std::enable_if<!std::is_floating_point<T>::value, int>::type compare | ( | T | a, |
| T | b, | ||
| const std::string & | s = "", |
||
| int | ulps = 10 |
||
| ) |
Definition at line 33 of file testSMatrix.cxx.
| std::enable_if<std::is_floating_point<T>::value, int>::type compare | ( | T | a, |
| T | b, | ||
| const std::string & | s = "", |
||
| int | ulps = 10 |
||
| ) |
Definition at line 41 of file testSMatrix.cxx.
| void compare_fail | ( | T | a, |
| T | b, | ||
| int | ulps, | ||
| T | tolerance, | ||
| const std::string & | what | ||
| ) |
Definition at line 21 of file testSMatrix.cxx.
| int main | ( | ) |
Definition at line 1477 of file testSMatrix.cxx.
| int test1 | ( | ) |
Definition at line 59 of file testSMatrix.cxx.
| int test10 | ( | ) |
Definition at line 372 of file testSMatrix.cxx.
| int test11 | ( | ) |
Definition at line 440 of file testSMatrix.cxx.
| int test12 | ( | ) |
Definition at line 481 of file testSMatrix.cxx.
| int test13 | ( | ) |
Definition at line 539 of file testSMatrix.cxx.
| int test14 | ( | ) |
Definition at line 686 of file testSMatrix.cxx.
| int test15 | ( | ) |
Definition at line 847 of file testSMatrix.cxx.
| int test16 | ( | ) |
Definition at line 932 of file testSMatrix.cxx.
| int test17 | ( | ) |
Definition at line 979 of file testSMatrix.cxx.
| int test18 | ( | ) |
Definition at line 1018 of file testSMatrix.cxx.
| int test19 | ( | ) |
Definition at line 1067 of file testSMatrix.cxx.
| int test2 | ( | ) |
Definition at line 146 of file testSMatrix.cxx.
| int test20 | ( | ) |
Definition at line 1119 of file testSMatrix.cxx.
| int test21 | ( | ) |
Definition at line 1298 of file testSMatrix.cxx.
| int test22 | ( | ) |
Definition at line 1323 of file testSMatrix.cxx.
| int test23 | ( | ) |
Definition at line 1339 of file testSMatrix.cxx.
| int test24 | ( | ) |
Definition at line 1387 of file testSMatrix.cxx.
| int test25 | ( | ) |
Definition at line 1411 of file testSMatrix.cxx.
| int test3 | ( | ) |
Definition at line 165 of file testSMatrix.cxx.
| int test4 | ( | ) |
Definition at line 192 of file testSMatrix.cxx.
| int test5 | ( | ) |
Definition at line 210 of file testSMatrix.cxx.
| int test6 | ( | ) |
Definition at line 232 of file testSMatrix.cxx.
| int test7 | ( | ) |
Definition at line 250 of file testSMatrix.cxx.
| int test8 | ( | ) |
Definition at line 295 of file testSMatrix.cxx.
| int test9 | ( | ) |
Definition at line 347 of file testSMatrix.cxx.
| int testSMatrix | ( | ) |
Definition at line 1443 of file testSMatrix.cxx.