GooFit  v2.1.3
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)}; }
double fptype

◆ 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)}; }
double fptype