![]() |
AmpGen 2.1
|
Definition at line 72 of file Integrator.h.
Public Member Functions | |
| Bilinears (const size_t &r=0, const size_t &c=0) | |
| complex_t | get (const size_t &x, const size_t &y) const |
| complex_t | get (const size_t &x, const size_t &y, Integrator *integ=nullptr, const size_t &kx=0, const size_t &ky=0) |
| void | set (const size_t &x, const size_t &y, const complex_t &f) |
| void | setZero (const size_t &x, const size_t &y) |
| void | resetCalculateFlags () |
| complex_t & | operator() (const size_t &x, const size_t &y) |
| bool | isZero (const size_t &x, const size_t &y) |
| bool | workToDo (const size_t &x, const size_t &y) const |
| void | resize (const size_t &r, const size_t &c=1) |
| AmpGen::Bilinears::Bilinears | ( | const size_t & | r = 0, |
| const size_t & | c = 0 ) |
| complex_t AmpGen::Bilinears::get | ( | const size_t & | x, |
| const size_t & | y ) const |
|
inline |
will return the wrong answer for now, but queues for later..
Definition at line 83 of file Integrator.h.
| bool AmpGen::Bilinears::isZero | ( | const size_t & | x, |
| const size_t & | y ) |
| complex_t & AmpGen::Bilinears::operator() | ( | const size_t & | x, |
| const size_t & | y ) |
| void AmpGen::Bilinears::resetCalculateFlags | ( | ) |
| void AmpGen::Bilinears::resize | ( | const size_t & | r, |
| const size_t & | c = 1 ) |
| void AmpGen::Bilinears::set | ( | const size_t & | x, |
| const size_t & | y, | ||
| const complex_t & | f ) |
| void AmpGen::Bilinears::setZero | ( | const size_t & | x, |
| const size_t & | y ) |
| bool AmpGen::Bilinears::workToDo | ( | const size_t & | x, |
| const size_t & | y ) const |