|
GiNaC 1.8.10
|
Implementation of helper functions for elliptic multiple polylogarithms. More...
#include "add.h"#include "mul.h"#include "power.h"#include "lst.h"#include "operators.h"#include "relational.h"#include "inifcns.h"#include "function.h"#include "Gt.h"#include "Gt_helpers.h"Go to the source code of this file.
Namespaces | |
| namespace | GiNaC |
| namespace | GiNaC::Gt_detail |
Functions | |
| std::vector< std::vector< int > > | GiNaC::Gt_detail::integer_partition (const int n, const int m) |
| template<typename Kernel > | |
| ex | GiNaC::Gt_detail::deconcatenate_path (const std::vector< Kernel > &args, const std::vector< ex > &endpoints, const std::function< ex(std::vector< Kernel > &new_args, const ex &start, const ex &end)> &construct) |
| template ex | GiNaC::Gt_detail::deconcatenate_path< ex > (const std::vector< ex > &args, const std::vector< ex > &endpoints, const std::function< ex(std::vector< ex > &new_args, const ex &start, const ex &end)> &construct) |
| template ex | GiNaC::Gt_detail::deconcatenate_path< Gt::kernel > (const std::vector< Gt::kernel > &args, const std::vector< ex > &endpoints, const std::function< ex(std::vector< Gt::kernel > &new_args, const ex &start, const ex &end)> &construct) |
| std::ostream & | GiNaC::Gt_detail::operator<< (std::ostream &os, const pathintegral_term &term) |
| bool | GiNaC::Gt_detail::operator< (const pathintegral_term &a, const pathintegral_term &b) |
Implementation of helper functions for elliptic multiple polylogarithms.
Definition in file Gt_helpers.cpp.