|
HepLib
|
Pair class. More...
#include "HEP.h"
Go to the source code of this file.
Namespaces | |
| namespace | 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. | |
| ex | HepLib::sp (const ex &a, const ex &b) |
| translated the vector dot a.b to a*b, useful in SecDec | |
| ex | HepLib::sp (const ex &a) |
| ex & | HepLib::letSP (const ex &p1, const ex &p2) |
| return the reference of p1.p2 | |
| ex & | HepLib::letSP (const ex &p) |
| return the reference of p.p | |
| void | HepLib::clearSP (const ex &p1, const ex &p2) |
| delete the assignment of p1.p2 | |
| void | HepLib::clearSP (const ex &p) |
| delete the assignment of p.p | |
| void | HepLib::clearSP () |
| delete all assignment in SP_map | |
| ex | HepLib::SP2sp (const ex &exin) |
| convert SP(a,b) to sp(a,b) | |
| exmap | HepLib::sp_map () |
| the SP_map with SP(a,b) replaced to sp(a,b) | |
Pair class.
Definition in file Pair.cpp.