GiNaC 1.8.7
|
Implementation of GiNaC's symbolic integral. More...
#include "integral.h"
#include "numeric.h"
#include "symbol.h"
#include "add.h"
#include "mul.h"
#include "power.h"
#include "inifcns.h"
#include "wildcard.h"
#include "archive.h"
#include "registrar.h"
#include "utils.h"
#include "operators.h"
#include "relational.h"
Go to the source code of this file.
Classes | |
struct | GiNaC::error_and_integral |
struct | GiNaC::error_and_integral_is_less |
Namespaces | |
namespace | GiNaC |
Typedefs | |
typedef map< error_and_integral, ex, error_and_integral_is_less > | GiNaC::lookup_map |
Functions | |
GiNaC::GINAC_IMPLEMENT_REGISTERED_CLASS_OPT (integral, basic, print_func< print_dflt >(&integral::do_print). print_func< print_python >(&integral::do_print). print_func< print_latex >(&integral::do_print_latex)) integral | |
ex | GiNaC::subsvalue (const ex &var, const ex &value, const ex &fun) |
ex | GiNaC::adaptivesimpson (const ex &x, const ex &a_in, const ex &b_in, const ex &f, const ex &error) |
Numeric integration routine based upon the "Adaptive Quadrature" one in "Numerical Analysis" by Burden and Faires. More... | |
GiNaC::GINAC_BIND_UNARCHIVER (integral) | |
Implementation of GiNaC's symbolic integral.
Definition in file integral.cpp.