#include "Math/StaticCheck.h"
Go to the source code of this file.
Namespaces | |
namespace | ROOT |
namespace | ROOT::Math |
Classes | |
class | ROOT::Math::MatRepStd< T, D1, D2 > |
struct | ROOT::Math::RowOffsets< D > |
struct | ROOT::Math::RowOffsets< 1 > |
struct | ROOT::Math::RowOffsets< 2 > |
struct | ROOT::Math::RowOffsets< 3 > |
struct | ROOT::Math::RowOffsets< 4 > |
struct | ROOT::Math::RowOffsets< 5 > |
struct | ROOT::Math::RowOffsets< 6 > |
struct | ROOT::Math::RowOffsets< 7 > |
struct | ROOT::Math::RowOffsets< 8 > |
struct | ROOT::Math::RowOffsets< 9 > |
struct | ROOT::Math::RowOffsets< 10 > |
class | ROOT::Math::MatRepSym< T, D > |
Defines | |
#define | ROOT_Math_MatrixRepresentationsStatic 1 |
Variables | |
static const int | ROOT::Math::fOff1x1 [] = {0} |
static const int | ROOT::Math::fOff2x2 [] = {0, 1, 1, 2} |
static const int | ROOT::Math::fOff3x3 [] = {0, 1, 3, 1, 2, 4, 3, 4, 5} |
static const int | ROOT::Math::fOff4x4 [] = {0, 1, 3, 6, 1, 2, 4, 7, 3, 4, 5, 8, 6, 7, 8, 9} |
static const int | ROOT::Math::fOff5x5 [] = {0, 1, 3, 6, 10, 1, 2, 4, 7, 11, 3, 4, 5, 8, 12, 6, 7, 8, 9, 13, 10, 11, 12, 13, 14} |
static const int | ROOT::Math::fOff6x6 [] = {0, 1, 3, 6, 10, 15, 1, 2, 4, 7, 11, 16, 3, 4, 5, 8, 12, 17, 6, 7, 8, 9, 13, 18, 10, 11, 12, 13, 14, 19, 15, 16, 17, 18, 19, 20} |
static const int | ROOT::Math::fOff7x7 [] = {0, 1, 3, 6, 10, 15, 21, 1, 2, 4, 7, 11, 16, 22, 3, 4, 5, 8, 12, 17, 23, 6, 7, 8, 9, 13, 18, 24, 10, 11, 12, 13, 14, 19, 25, 15, 16, 17, 18, 19, 20, 26, 21, 22, 23, 24, 25, 26, 27} |
static const int | ROOT::Math::fOff8x8 [] = {0, 1, 3, 6, 10, 15, 21, 28, 1, 2, 4, 7, 11, 16, 22, 29, 3, 4, 5, 8, 12, 17, 23, 30, 6, 7, 8, 9, 13, 18, 24, 31, 10, 11, 12, 13, 14, 19, 25, 32, 15, 16, 17, 18, 19, 20, 26, 33, 21, 22, 23, 24, 25, 26, 27, 34, 28, 29, 30, 31, 32, 33, 34, 35} |
static const int | ROOT::Math::fOff9x9 [] = {0, 1, 3, 6, 10, 15, 21, 28, 36, 1, 2, 4, 7, 11, 16, 22, 29, 37, 3, 4, 5, 8, 12, 17, 23, 30, 38, 6, 7, 8, 9, 13, 18, 24, 31, 39, 10, 11, 12, 13, 14, 19, 25, 32, 40, 15, 16, 17, 18, 19, 20, 26, 33, 41, 21, 22, 23, 24, 25, 26, 27, 34, 42, 28, 29, 30, 31, 32, 33, 34, 35, 43, 36, 37, 38, 39, 40, 41, 42, 43, 44} |
static const int | ROOT::Math::fOff10x10 [] = {0, 1, 3, 6, 10, 15, 21, 28, 36, 45, 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 3, 4, 5, 8, 12, 17, 23, 30, 38, 47, 6, 7, 8, 9, 13, 18, 24, 31, 39, 48, 10, 11, 12, 13, 14, 19, 25, 32, 40, 49, 15, 16, 17, 18, 19, 20, 26, 33, 41, 50, 21, 22, 23, 24, 25, 26, 27, 34, 42, 51, 28, 29, 30, 31, 32, 33, 34, 35, 43, 52, 36, 37, 38, 39, 40, 41, 42, 43, 44, 53, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54} |
#define ROOT_Math_MatrixRepresentationsStatic 1 |
Definition at line 5 of file MatrixRepresentationsStatic.h.