HepLib
Namespaces | Functions
Pair.cpp File Reference

Pair class. More...

#include "HEP.h"
Include dependency graph for Pair.cpp:

Go to the source code of this file.

Namespaces

 HepLib
 HepLib namespace.
 

Functions

ex HepLib::SP (const ex &a, bool use_map=false)
 
ex HepLib::SP (const ex &a, const ex &b, bool use_map)
 Function similar to SPD/FVD in FeynCalc. More...
 
ex HepLib::sp (const ex &a, const ex &b)
 translated the vector dot a.b to a*b, useful in SecDec More...
 
ex HepLib::sp (const ex &a)
 
ex & HepLib::letSP (const ex &p1, const ex &p2)
 return the reference of p1.p2 More...
 
ex & HepLib::letSP (const ex &p)
 return the reference of p.p More...
 
void HepLib::clearSP (const ex &p1, const ex &p2)
 delete the assignment of p1.p2 More...
 
void HepLib::clearSP (const ex &p)
 delete the assignment of p.p More...
 
void HepLib::clearSP ()
 delete all assignment in SP_map More...
 
ex HepLib::SP2sp (const ex &exin)
 convert SP(a,b) to sp(a,b) More...
 
exmap HepLib::sp_map ()
 the SP_map with SP(a,b) replaced to sp(a,b) More...
 

Detailed Description

Pair class.

Definition in file Pair.cpp.