thepeg
is hosted by
Hepforge
,
IPPP Durham
ThePEG
2.3.0
Config
Complex.h
1
// -*- C++ -*-
2
//
3
// Complex.h is a part of ThePEG - Toolkit for HEP Event Generation
4
// Copyright (C) 1999-2019 Leif Lonnblad
5
//
6
// ThePEG is licenced under version 3 of the GPL, see COPYING for details.
7
// Please respect the MCnet academic guidelines, see GUIDELINES for details.
8
//
9
#ifndef ThePEG_Complex_H
10
#define ThePEG_Complex_H
11
//
12
// This is file wraps the standard complex header and makes some
13
// convenient typedefs in the ThePEG namespace.
14
//
15
16
#include <complex>
17
18
namespace
ThePEG
{
19
20
using
std::complex;
21
23
using
Complex
= std::complex<double>;
24
25
}
26
27
#endif
/* ThePEG_Complex_H */
28
ThePEG
This is the main namespace within which all identifiers in ThePEG are declared.
Definition:
FactoryBase.h:28
ThePEG::Complex
std::complex< double > Complex
ThePEG code should use Complex for all complex scalars.
Definition:
Complex.h:23
Generated on Thu Jun 20 2024 14:47:00 for ThePEG by
1.9.6