GooFit
v2.1.3
GooFit
literals
complex_literals
Functions
GooFit::literals::complex_literals Namespace Reference
Functions
fpcomplex
operator"" _i
(unsigned long long d)
fpcomplex
operator"" _i
(long double d)
Function Documentation
◆
operator"" _i()
[1/2]
fpcomplex
GooFit::literals::complex_literals::operator"" _i
(
unsigned long long
d
)
inline
Definition at line
13
of file
Complex.h
.
13
{
return
{0.0,
static_cast<
fptype
>
(d)}; }
GooFit::fptype
double fptype
Definition:
GlobalCudaDefines.h:96
◆
operator"" _i()
[2/2]
fpcomplex
GooFit::literals::complex_literals::operator"" _i
(
long double
d
)
inline
Definition at line
15
of file
Complex.h
.
15
{
return
{0.0,
static_cast<
fptype
>
(d)}; }
GooFit::fptype
double fptype
Definition:
GlobalCudaDefines.h:96
Generated on Sat Apr 21 2018 20:13:19 for GooFit by
1.8.13