|
template<typename T1 > |
function | GiNaC::zeta (const T1 &p1) |
|
template<typename T1 , typename T2 > |
function | GiNaC::zeta (const T1 &p1, const T2 &p2) |
|
template<> |
bool | GiNaC::is_the_function< zeta_SERIAL > (const ex &x) |
|
template<typename T1 , typename T2 > |
function | GiNaC::G (const T1 &x, const T2 &y) |
|
template<typename T1 , typename T2 , typename T3 > |
function | GiNaC::G (const T1 &x, const T2 &s, const T3 &y) |
|
template<> |
bool | GiNaC::is_the_function< G_SERIAL > (const ex &x) |
|
template<typename T1 > |
function | GiNaC::psi (const T1 &p1) |
|
template<typename T1 , typename T2 > |
function | GiNaC::psi (const T1 &p1, const T2 &p2) |
|
template<> |
bool | GiNaC::is_the_function< psi_SERIAL > (const ex &x) |
|
template<typename T1 , typename T2 > |
function | GiNaC::iterated_integral (const T1 &kernel_lst, const T2 &lambda) |
|
template<typename T1 , typename T2 , typename T3 > |
function | GiNaC::iterated_integral (const T1 &kernel_lst, const T2 &lambda, const T3 &N_trunc) |
|
template<> |
bool | GiNaC::is_the_function< iterated_integral_SERIAL > (const ex &x) |
|
ex | GiNaC::lsolve (const ex &eqns, const ex &symbols, unsigned options=solve_algo::automatic) |
| Factorial function. More...
|
|
const numeric | GiNaC::fsolve (const ex &f, const symbol &x, const numeric &x1, const numeric &x2) |
| Find a real root of real-valued function f(x) numerically within a given interval. More...
|
|
bool | GiNaC::is_order_function (const ex &e) |
| Check whether a function is the Order (O(n)) function. More...
|
|
ex | GiNaC::convert_H_to_Li (const ex ¶meterlst, const ex &arg) |
| Converts a given list containing parameters for H in Remiddi/Vermaseren notation into the corresponding GiNaC functions. More...
|
|
Interface to GiNaC's initially known functions.
Definition in file inifcns.h.