|
ex | GiNaC::ifactor (const numeric &n) |
| Returns the decomposition of the positive integer n into prime numbers in the form lst( lst(p1,...,pr), lst(a1,...,ar) ) such that n = p1^a1 ... pr^ar.
|
bool | GiNaC::is_discriminant_of_quadratic_number_field (const numeric &n) |
| Returns true if the integer n is either one or the discriminant of a quadratic number field.
|
numeric | GiNaC::kronecker_symbol (const numeric &a, const numeric &n) |
| Returns the Kronecker symbol a: integer n: integer.
|
numeric | GiNaC::primitive_dirichlet_character (const numeric &n, const numeric &a) |
| Defines a primitive Dirichlet character through the Kronecker symbol.
|
numeric | GiNaC::dirichlet_character (const numeric &n, const numeric &a, const numeric &N) |
| Defines a Dirichlet character through the Kronecker symbol.
|
numeric | GiNaC::generalised_Bernoulli_number (const numeric &k, const numeric &b) |
| The generalised Bernoulli number.
|
ex | GiNaC::Bernoulli_polynomial (const numeric &k, const ex &x) |
| The Bernoulli polynomials.
|
| GiNaC::GINAC_IMPLEMENT_REGISTERED_CLASS_OPT (integration_kernel, basic, print_func< print_context >(&integration_kernel::do_print)) integration_kernel |
| GiNaC::GINAC_BIND_UNARCHIVER (integration_kernel) |
| GiNaC::GINAC_IMPLEMENT_REGISTERED_CLASS_OPT (basic_log_kernel, integration_kernel, print_func< print_context >(&basic_log_kernel::do_print)) basic_log_kernel |
| GiNaC::GINAC_BIND_UNARCHIVER (basic_log_kernel) |
| GiNaC::GINAC_IMPLEMENT_REGISTERED_CLASS_OPT (multiple_polylog_kernel, integration_kernel, print_func< print_context >(&multiple_polylog_kernel::do_print)) multiple_polylog_kernel |
| GiNaC::GINAC_BIND_UNARCHIVER (multiple_polylog_kernel) |
| GiNaC::GINAC_IMPLEMENT_REGISTERED_CLASS_OPT (ELi_kernel, integration_kernel, print_func< print_context >(&ELi_kernel::do_print)) ELi_kernel |
| GiNaC::GINAC_BIND_UNARCHIVER (ELi_kernel) |
| GiNaC::GINAC_IMPLEMENT_REGISTERED_CLASS_OPT (Ebar_kernel, integration_kernel, print_func< print_context >(&Ebar_kernel::do_print)) Ebar_kernel |
| GiNaC::GINAC_BIND_UNARCHIVER (Ebar_kernel) |
| GiNaC::GINAC_IMPLEMENT_REGISTERED_CLASS_OPT (Kronecker_dtau_kernel, integration_kernel, print_func< print_context >(&Kronecker_dtau_kernel::do_print)) Kronecker_dtau_kernel |
| GiNaC::GINAC_BIND_UNARCHIVER (Kronecker_dtau_kernel) |
| GiNaC::GINAC_IMPLEMENT_REGISTERED_CLASS_OPT (Kronecker_dz_kernel, integration_kernel, print_func< print_context >(&Kronecker_dz_kernel::do_print)) Kronecker_dz_kernel |
| GiNaC::GINAC_BIND_UNARCHIVER (Kronecker_dz_kernel) |
| GiNaC::GINAC_IMPLEMENT_REGISTERED_CLASS_OPT (Eisenstein_kernel, integration_kernel, print_func< print_context >(&Eisenstein_kernel::do_print)) Eisenstein_kernel |
| GiNaC::GINAC_BIND_UNARCHIVER (Eisenstein_kernel) |
| GiNaC::GINAC_IMPLEMENT_REGISTERED_CLASS_OPT (Eisenstein_h_kernel, integration_kernel, print_func< print_context >(&Eisenstein_h_kernel::do_print)) Eisenstein_h_kernel |
| GiNaC::GINAC_BIND_UNARCHIVER (Eisenstein_h_kernel) |
| GiNaC::GINAC_IMPLEMENT_REGISTERED_CLASS_OPT (modular_form_kernel, integration_kernel, print_func< print_context >(&modular_form_kernel::do_print)) modular_form_kernel |
| GiNaC::GINAC_BIND_UNARCHIVER (modular_form_kernel) |
| GiNaC::GINAC_IMPLEMENT_REGISTERED_CLASS_OPT (user_defined_kernel, integration_kernel, print_func< print_context >(&user_defined_kernel::do_print)) user_defined_kernel |
| GiNaC::GINAC_BIND_UNARCHIVER (user_defined_kernel) |
Implementation of GiNaC's integration kernels for iterated integrals.
Definition in file integration_kernel.cpp.