HepLib
|
SecDec using Geometric method. More...
Go to the source code of this file.
Namespaces | |
HepLib | |
HepLib namespace. | |
HepLib::SD | |
namespace for Numerical integration with Sector Decomposition method | |
Functions | |
vector< int > | HepLib::SD::zero_row_index (const matrix &mat) |
matrix | HepLib::SD::mat_sub (matrix mat, int r, int nr, int c, int nc) |
bool | HepLib::SD::is_zero_row (const matrix &mat, int r) |
matrix | HepLib::SD::remove_zero_rows (const matrix &mat) |
vector< vector< int > > | HepLib::SD::QHull (const matrix &dc, int dim) |
SecDec using Geometric method.
Definition in file SecDecG.cpp.