|
GiNaC
1.6.2
|
Implementation of GiNaC's symbolic exponentiation (basis^exponent). More...
#include "power.h"#include "expairseq.h"#include "add.h"#include "mul.h"#include "ncmul.h"#include "numeric.h"#include "constant.h"#include "operators.h"#include "inifcns.h"#include "matrix.h"#include "indexed.h"#include "symbol.h"#include "lst.h"#include "archive.h"#include "utils.h"#include "relational.h"#include "compiler.h"#include <iostream>#include <limits>#include <stdexcept>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | GiNaC |
CRC32 hash function. | |
Functions | |
| static void | GiNaC::print_sym_pow (const print_context &c, const symbol &x, int exp) |
| bool | GiNaC::tryfactsubs (const ex &origfactor, const ex &patternfactor, int &nummatches, exmap &repls) |
| GiNaC::GINAC_BIND_UNARCHIVER (power) | |
Implementation of GiNaC's symbolic exponentiation (basis^exponent).
Definition in file power.cpp.