Logo ROOT   6.10/09
Reference Guide
Macros | Functions
testSMatrix.cxx File Reference
#include <cmath>
#include "Math/SVector.h"
#include "Math/SMatrix.h"
#include <iomanip>
#include <iostream>
#include <limits>
#include <string>
#include <vector>
Include dependency graph for testSMatrix.cxx:

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 ()
 

Macro Definition Documentation

◆ TEST

#define TEST (   N)
Value:
itest = N; \
if (test##N() == 0) \
std::cerr << " Test " << itest << " OK " << std::endl; \
else { \
std::cerr << " Test " << itest << " FAILED " << std::endl; \
iret += 1; \
};
#define N
Definition: test.py:1

Definition at line 1434 of file testSMatrix.cxx.

◆ XXX

#define XXX

Definition at line 18 of file testSMatrix.cxx.

Function Documentation

◆ compare() [1/2]

template<typename T >
std::enable_if<!std::is_floating_point<T>::value, int>::type compare ( a,
b,
const std::string &  s = "",
int  ulps = 10 
)

Definition at line 33 of file testSMatrix.cxx.

◆ compare() [2/2]

template<typename T >
std::enable_if<std::is_floating_point<T>::value, int>::type compare ( a,
b,
const std::string &  s = "",
int  ulps = 10 
)

Definition at line 41 of file testSMatrix.cxx.

◆ compare_fail()

template<typename T >
void compare_fail ( a,
b,
int  ulps,
tolerance,
const std::string &  what 
)

Definition at line 21 of file testSMatrix.cxx.

◆ main()

int main ( )

Definition at line 1477 of file testSMatrix.cxx.

◆ test1()

int test1 ( )

Definition at line 59 of file testSMatrix.cxx.

◆ test10()

int test10 ( )

Definition at line 372 of file testSMatrix.cxx.

◆ test11()

int test11 ( )

Definition at line 440 of file testSMatrix.cxx.

◆ test12()

int test12 ( )

Definition at line 481 of file testSMatrix.cxx.

◆ test13()

int test13 ( )

Definition at line 539 of file testSMatrix.cxx.

◆ test14()

int test14 ( )

Definition at line 686 of file testSMatrix.cxx.

◆ test15()

int test15 ( )

Definition at line 847 of file testSMatrix.cxx.

◆ test16()

int test16 ( )

Definition at line 932 of file testSMatrix.cxx.

◆ test17()

int test17 ( )

Definition at line 979 of file testSMatrix.cxx.

◆ test18()

int test18 ( )

Definition at line 1018 of file testSMatrix.cxx.

◆ test19()

int test19 ( )

Definition at line 1067 of file testSMatrix.cxx.

◆ test2()

int test2 ( )

Definition at line 146 of file testSMatrix.cxx.

◆ test20()

int test20 ( )

Definition at line 1119 of file testSMatrix.cxx.

◆ test21()

int test21 ( )

Definition at line 1298 of file testSMatrix.cxx.

◆ test22()

int test22 ( )

Definition at line 1323 of file testSMatrix.cxx.

◆ test23()

int test23 ( )

Definition at line 1339 of file testSMatrix.cxx.

◆ test24()

int test24 ( )

Definition at line 1387 of file testSMatrix.cxx.

◆ test25()

int test25 ( )

Definition at line 1411 of file testSMatrix.cxx.

◆ test3()

int test3 ( )

Definition at line 165 of file testSMatrix.cxx.

◆ test4()

int test4 ( )

Definition at line 192 of file testSMatrix.cxx.

◆ test5()

int test5 ( )

Definition at line 210 of file testSMatrix.cxx.

◆ test6()

int test6 ( )

Definition at line 232 of file testSMatrix.cxx.

◆ test7()

int test7 ( )

Definition at line 250 of file testSMatrix.cxx.

◆ test8()

int test8 ( )

Definition at line 295 of file testSMatrix.cxx.

◆ test9()

int test9 ( )

Definition at line 347 of file testSMatrix.cxx.

◆ testSMatrix()

int testSMatrix ( )

Definition at line 1443 of file testSMatrix.cxx.