HepLib
|
Pair class. More...
#include "HEP.h"
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... | |
Pair class.
Definition in file Pair.cpp.