AmpGen 2.1
Loading...
Searching...
No Matches
AmpGen::Bilinears Class Reference

Detailed Description

Definition at line 74 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_toperator() (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)
 

Constructor & Destructor Documentation

◆ Bilinears()

AmpGen::Bilinears::Bilinears ( const size_t & r = 0,
const size_t & c = 0 )

Member Function Documentation

◆ get() [1/2]

complex_t AmpGen::Bilinears::get ( const size_t & x,
const size_t & y ) const

◆ get() [2/2]

complex_t AmpGen::Bilinears::get ( const size_t & x,
const size_t & y,
Integrator * integ = nullptr,
const size_t & kx = 0,
const size_t & ky = 0 )
inline

will return the wrong answer for now, but queues for later..

Definition at line 85 of file Integrator.h.

◆ isZero()

bool AmpGen::Bilinears::isZero ( const size_t & x,
const size_t & y )

◆ operator()()

complex_t & AmpGen::Bilinears::operator() ( const size_t & x,
const size_t & y )

◆ resetCalculateFlags()

void AmpGen::Bilinears::resetCalculateFlags ( )

◆ resize()

void AmpGen::Bilinears::resize ( const size_t & r,
const size_t & c = 1 )

◆ set()

void AmpGen::Bilinears::set ( const size_t & x,
const size_t & y,
const complex_t & f )

◆ setZero()

void AmpGen::Bilinears::setZero ( const size_t & x,
const size_t & y )

◆ workToDo()

bool AmpGen::Bilinears::workToDo ( const size_t & x,
const size_t & y ) const

The documentation for this class was generated from the following file: