|
GiNaC
1.6.2
|
Interface to GiNaC's initially known functions. More...
Go to the source code of this file.
Classes | |
| class | GiNaC::zeta1_SERIAL |
| Complex conjugate. More... | |
| class | GiNaC::zeta2_SERIAL |
| Alternating Euler sum or colored MZV. More... | |
| class | GiNaC::G2_SERIAL |
| Generalized multiple polylogarithm. More... | |
| class | GiNaC::G3_SERIAL |
| Generalized multiple polylogarithm with explicit imaginary parts. More... | |
| class | GiNaC::psi1_SERIAL |
| Polylogarithm and multiple polylogarithm. More... | |
| class | GiNaC::psi2_SERIAL |
| Derivatives of Psi-function (aka polygamma-functions). More... | |
Namespaces | |
| namespace | GiNaC |
CRC32 hash function. | |
Functions | |
| 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) |
| ex | GiNaC::lsolve (const ex &eqns, const ex &symbols, unsigned options=solve_algo::automatic) |
| Factorial function. | |
| 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. | |
| bool | GiNaC::is_order_function (const ex &e) |
| Check whether a function is the Order (O(n)) function. | |
| 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. | |
Interface to GiNaC's initially known functions.
Definition in file inifcns.h.