ROOT
6.06/09
Reference Guide
|
#include <cmath>
#include "Math/SVector.h"
#include "Math/SMatrix.h"
#include <iostream>
#include <vector>
#include <string>
#include <limits>
Go to the source code of this file.
Macros | |
#define | XXX |
#define | TEST(N) |
Functions | |
template<class T > | |
int | compare (T a, T b, const std::string &s="", double tol=1) |
int | compare (int a, int b, const std::string &s="") |
int | compare (bool a, bool b, const std::string &s="") |
int | test1 () |
int | test2 () |
int | test3 () |
int | test4 () |
int | test5 () |
int | test6 () |
int | test7 () |
int | test8 () |
int | test9 () |
int | test10 () |
int | test11 () |
int | test12 () |
int | test13 () |
int | test14 () |
int | test15 () |
int | test16 () |
int | test17 () |
int | test18 () |
int | test19 () |
int | test20 () |
int | test21 () |
int | test22 () |
int | test23 () |
int | test24 () |
int | test25 () |
int | testSMatrix () |
int | main () |
#define TEST | ( | N | ) |
Definition at line 1467 of file testSMatrix.cxx.
Referenced by testSMatrix().
#define XXX |
Definition at line 19 of file testSMatrix.cxx.
int compare | ( | T | a, |
T | b, | ||
const std::string & | s = "" , |
||
double | tol = 1 |
||
) |
int compare | ( | int | a, |
int | b, | ||
const std::string & | s = "" |
||
) |
Definition at line 36 of file testSMatrix.cxx.
int compare | ( | bool | a, |
bool | b, | ||
const std::string & | s = "" |
||
) |
Definition at line 44 of file testSMatrix.cxx.
int main | ( | ) |
Definition at line 1509 of file testSMatrix.cxx.
int test1 | ( | ) |
Definition at line 48 of file testSMatrix.cxx.
int test10 | ( | ) |
Definition at line 355 of file testSMatrix.cxx.
int test11 | ( | ) |
Definition at line 427 of file testSMatrix.cxx.
int test12 | ( | ) |
Definition at line 471 of file testSMatrix.cxx.
int test13 | ( | ) |
Definition at line 529 of file testSMatrix.cxx.
int test14 | ( | ) |
Definition at line 673 of file testSMatrix.cxx.
int test15 | ( | ) |
Definition at line 842 of file testSMatrix.cxx.
int test16 | ( | ) |
Definition at line 934 of file testSMatrix.cxx.
int test17 | ( | ) |
Definition at line 983 of file testSMatrix.cxx.
int test18 | ( | ) |
Definition at line 1023 of file testSMatrix.cxx.
int test19 | ( | ) |
Definition at line 1078 of file testSMatrix.cxx.
int test2 | ( | ) |
Definition at line 135 of file testSMatrix.cxx.
int test20 | ( | ) |
Definition at line 1139 of file testSMatrix.cxx.
int test21 | ( | ) |
Definition at line 1326 of file testSMatrix.cxx.
int test22 | ( | ) |
Definition at line 1355 of file testSMatrix.cxx.
int test23 | ( | ) |
Definition at line 1370 of file testSMatrix.cxx.
int test24 | ( | ) |
Definition at line 1419 of file testSMatrix.cxx.
int test25 | ( | ) |
Definition at line 1443 of file testSMatrix.cxx.
int test3 | ( | ) |
Definition at line 153 of file testSMatrix.cxx.
int test4 | ( | ) |
Definition at line 179 of file testSMatrix.cxx.
int test5 | ( | ) |
Definition at line 196 of file testSMatrix.cxx.
int test6 | ( | ) |
Definition at line 217 of file testSMatrix.cxx.
int test7 | ( | ) |
Definition at line 234 of file testSMatrix.cxx.
int test8 | ( | ) |
Definition at line 278 of file testSMatrix.cxx.
int test9 | ( | ) |
Definition at line 330 of file testSMatrix.cxx.
int testSMatrix | ( | ) |
Definition at line 1476 of file testSMatrix.cxx.
Referenced by main().