base class of SecDec
More...
#include <SD.h>
|
virtual | ~SecDecBase () |
|
virtual vector< exmap > | x2y (const ex &xpol)=0 |
|
vector< exmap > | x2y (const lst &xpols) |
| a general x2y procedure More...
|
|
|
static bool | VerifySD (vector< exmap > vmap, bool quick=true) |
| Verify the Sector Decompostion is valid. More...
|
|
static ex | XMonomials (const ex &expr) |
| XMonomials. More...
|
|
base class of SecDec
Definition at line 93 of file SD.h.
◆ ~SecDecBase()
virtual HepLib::SD::SecDecBase::~SecDecBase |
( |
| ) |
|
|
inlinevirtual |
Definition at line 95 of file SD.h.
◆ VerifySD()
bool HepLib::SD::SecDecBase::VerifySD |
( |
vector< exmap > |
map_vec, |
|
|
bool |
quick = true |
|
) |
| |
|
static |
Verify the Sector Decompostion is valid.
- Parameters
-
map_vec | x2y map |
quick | use numerical check |
- Returns
- true for ok, false for invalid
Definition at line 88 of file SecDec.cpp.
◆ x2y() [1/2]
virtual vector<exmap> HepLib::SD::SecDecBase::x2y |
( |
const ex & |
xpol | ) |
|
|
pure virtual |
◆ x2y() [2/2]
vector< exmap > HepLib::SD::SecDecBase::x2y |
( |
const lst & |
in_xpols | ) |
|
a general x2y procedure
- Parameters
-
- Returns
- a list of x2y map
Definition at line 132 of file SecDec.cpp.
◆ XMonomials()
ex HepLib::SD::SecDecBase::XMonomials |
( |
const ex & |
expr_in | ) |
|
|
static |
XMonomials.
- Parameters
-
- Returns
- XMonomials with higher x^n droped
Definition at line 18 of file SecDec.cpp.
◆ use_XMonomials
bool HepLib::SD::SecDecBase::use_XMonomials |
Definition at line 98 of file SD.h.
The documentation for this class was generated from the following files:
- /home/runner/work/HepLib/HepLib/SD/SD.h
- /home/runner/work/HepLib/HepLib/SD/SecDec.cpp