GiNaC 1.8.7
Classes | Namespaces | Functions
inifcns.h File Reference

Interface to GiNaC's initially known functions. More...

#include "numeric.h"
#include "function.h"
#include "ex.h"

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...
 
class  GiNaC::iterated_integral2_SERIAL
 Complete elliptic integral of the first kind. More...
 
class  GiNaC::iterated_integral3_SERIAL
 Iterated integral with explicit truncation. More...
 

Namespaces

namespace  GiNaC
 

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)
 
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 &parameterlst, const ex &arg)
 Converts a given list containing parameters for H in Remiddi/Vermaseren notation into the corresponding GiNaC functions. More...
 

Detailed Description

Interface to GiNaC's initially known functions.

Definition in file inifcns.h.


This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.