HepLib
Classes | Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Friends | List of all members
HepLib::DGamma Class Reference

class for Dirac Gamma object More...

#include <HEP.h>

Inheritance diagram for HepLib::DGamma:
Inheritance graph
[legend]
Collaboration diagram for HepLib::DGamma:
Collaboration graph
[legend]

Classes

class  visitor
 

Public Types

typedef basic inherited
 

Public Member Functions

 DGamma ()
 
DGammaduplicate () const override
 
void accept (GiNaC::visitor &v) const override
 
const GiNaC::registered_class_info & get_class_info () const override
 
GiNaC::registered_class_info & get_class_info () override
 
const char * class_name () const override
 
 DGamma (const Vector &p, unsigned rl=0)
 
 DGamma (const Index &i, unsigned rl=0)
 
 DGamma (int int_1567, unsigned _rl=0)
 
 DGamma (const DGamma &g, unsigned _rl)
 
void print (const print_dflt &c, unsigned level=0) const
 
void form_print (const FormFormat &c, unsigned level=0) const
 
void fc_print (const FCFormat &c, unsigned level=0) const
 
return_type_t return_type_tinfo () const override
 
unsigned return_type () const override
 
bool match_same_type (const basic &other) const override
 
unsigned get_rl ()
 
size_t nops () const override
 
ex op (size_t i) const override
 
ex & let_op (size_t i) override
 
ex eval () const override
 
void archive (archive_node &n) const override
 
void read_archive (const archive_node &n) override
 
ex derivative (const symbol &s) const override
 
ex conjugate () const override
 
bool is_equal_same_type (const basic &other) const override
 

Static Public Member Functions

static GiNaC::registered_class_info & get_class_info_static ()
 
static bool has (const ex &e)
 
static lst all (const ex &e)
 

Public Attributes

ex pi
 
unsigned rl
 

Protected Member Functions

int compare_same_type (const GiNaC::basic &other) const override
 

Friends

template<class B , typename... Args>
B & dynallocate (Args &&... args)
 

Detailed Description

class for Dirac Gamma object

Definition at line 437 of file HEP.h.

Member Typedef Documentation

◆ inherited

Definition at line 449 of file HEP.h.

Constructor & Destructor Documentation

◆ DGamma() [1/5]

HepLib::DGamma::DGamma ( )

◆ DGamma() [2/5]

HepLib::DGamma::DGamma ( const Vector p,
unsigned  rl = 0 
)

Definition at line 89 of file DGamma.cpp.

◆ DGamma() [3/5]

HepLib::DGamma::DGamma ( const Index i,
unsigned  rl = 0 
)

Definition at line 90 of file DGamma.cpp.

◆ DGamma() [4/5]

HepLib::DGamma::DGamma ( int  int_1567,
unsigned  _rl = 0 
)

Definition at line 88 of file DGamma.cpp.

◆ DGamma() [5/5]

HepLib::DGamma::DGamma ( const DGamma g,
unsigned  _rl 
)

Definition at line 91 of file DGamma.cpp.

Member Function Documentation

◆ accept()

void HepLib::DGamma::accept ( GiNaC::visitor &  v) const
override

Definition at line 49 of file DGamma.cpp.

◆ all()

static lst HepLib::DGamma::all ( const ex &  e)
static

◆ archive()

void HepLib::DGamma::archive ( archive_node &  n) const
override

Definition at line 149 of file DGamma.cpp.

◆ class_name()

const char * HepLib::DGamma::class_name ( ) const
override

Definition at line 52 of file DGamma.cpp.

◆ compare_same_type()

int HepLib::DGamma::compare_same_type ( const GiNaC::basic &  other) const
overrideprotected

Definition at line 73 of file DGamma.cpp.

◆ conjugate()

ex HepLib::DGamma::conjugate ( ) const
override

Definition at line 165 of file DGamma.cpp.

◆ derivative()

ex HepLib::DGamma::derivative ( const symbol &  s) const
override

Definition at line 161 of file DGamma.cpp.

◆ duplicate()

DGamma * HepLib::DGamma::duplicate ( ) const
override

Definition at line 48 of file DGamma.cpp.

◆ eval()

ex HepLib::DGamma::eval ( ) const
override

Definition at line 107 of file DGamma.cpp.

◆ fc_print()

void HepLib::DGamma::fc_print ( const FCFormat c,
unsigned  level = 0 
) const

Definition at line 139 of file DGamma.cpp.

◆ form_print()

void HepLib::DGamma::form_print ( const FormFormat c,
unsigned  level = 0 
) const

Definition at line 130 of file DGamma.cpp.

◆ get_class_info() [1/2]

const GiNaC::registered_class_info & HepLib::DGamma::get_class_info ( ) const
override

Definition at line 50 of file DGamma.cpp.

◆ get_class_info() [2/2]

GiNaC::registered_class_info & HepLib::DGamma::get_class_info ( )
override

Definition at line 51 of file DGamma.cpp.

◆ get_class_info_static()

GiNaC::registered_class_info & HepLib::DGamma::get_class_info_static ( )
static

Definition at line 46 of file DGamma.cpp.

◆ get_rl()

unsigned HepLib::DGamma::get_rl ( )

Definition at line 69 of file DGamma.cpp.

◆ has()

static bool HepLib::DGamma::has ( const ex &  e)
static

◆ is_equal_same_type()

bool HepLib::DGamma::is_equal_same_type ( const basic &  other) const
override

Definition at line 80 of file DGamma.cpp.

◆ let_op()

ex & HepLib::DGamma::let_op ( size_t  i)
override

Definition at line 100 of file DGamma.cpp.

◆ match_same_type()

bool HepLib::DGamma::match_same_type ( const basic &  other) const
override

Definition at line 64 of file DGamma.cpp.

◆ nops()

size_t HepLib::DGamma::nops ( ) const
override

Definition at line 93 of file DGamma.cpp.

◆ op()

ex HepLib::DGamma::op ( size_t  i) const
override

Definition at line 94 of file DGamma.cpp.

◆ print()

void HepLib::DGamma::print ( const print_dflt &  c,
unsigned  level = 0 
) const

Definition at line 114 of file DGamma.cpp.

◆ read_archive()

void HepLib::DGamma::read_archive ( const archive_node &  n)
override

Definition at line 155 of file DGamma.cpp.

◆ return_type()

unsigned HepLib::DGamma::return_type ( ) const
inlineoverride

Definition at line 471 of file HEP.h.

◆ return_type_tinfo()

return_type_t HepLib::DGamma::return_type_tinfo ( ) const
override

Definition at line 59 of file DGamma.cpp.

Friends And Related Function Documentation

◆ dynallocate

template<class B , typename... Args>
B& dynallocate ( Args &&...  args)
friend

Member Data Documentation

◆ pi

ex HepLib::DGamma::pi

Definition at line 461 of file HEP.h.

◆ rl

unsigned HepLib::DGamma::rl

Definition at line 462 of file HEP.h.


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