Hammer
1.0.0
Helicity Amplitude Module for Matrix Element Reweighting
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
Operations.fhh
Go to the documentation of this file.
1
///
2
/// @file Operations.fhh
3
/// @brief Tensor operations forward type declarations
4
///
5
6
//**** This file is a part of the HAMMER library
7
//**** Copyright (C) 2016 - 2020 The HAMMER Collaboration
8
//**** HAMMER is licensed under version 3 of the GPL; see COPYING for details
9
//**** Please note the MCnet academic guidelines; see GUIDELINES for details
10
11
// -*- C++ -*-
12
#ifndef HAMMER_MATH_MULTIDIM_OPERATIONS_FHH
13
#define HAMMER_MATH_MULTIDIM_OPERATIONS_FHH
14
15
#include "
Hammer/Tools/Loki.hh
"
16
17
namespace
Hammer {
18
19
namespace
MultiDimensional {
20
21
class
VectorContainer;
22
class
SparseContainer;
23
class
OuterContainer;
24
25
using
TensorDataTypes
=
Loki::TypeList<VectorContainer, SparseContainer, OuterContainer>
;
26
using
ConstTensorDataTypes
=
Loki::TypeList<const VectorContainer, const SparseContainer, const OuterContainer>
;
27
28
}
29
30
}
// namespace Hammer
31
32
33
#endif
Loki::TypeList
Definition:
Loki.hh:29
Loki.hh
Double dispatcher code based on examples from A.Alexandrescu's book.
media
psf
Home
Development
Hammer
include
Hammer
Math
MultiDim
Operations.fhh
Generated by
1.8.5