GiNaC 1.8.7
|
Interface to GiNaC's overloaded operators. More...
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | GiNaC |
Functions | |
const ex | GiNaC::operator+ (const ex &lh, const ex &rh) |
const ex | GiNaC::operator- (const ex &lh, const ex &rh) |
const ex | GiNaC::operator* (const ex &lh, const ex &rh) |
const ex | GiNaC::operator/ (const ex &lh, const ex &rh) |
const numeric | GiNaC::operator+ (const numeric &lh, const numeric &rh) |
const numeric | GiNaC::operator- (const numeric &lh, const numeric &rh) |
const numeric | GiNaC::operator* (const numeric &lh, const numeric &rh) |
const numeric | GiNaC::operator/ (const numeric &lh, const numeric &rh) |
ex & | GiNaC::operator+= (ex &lh, const ex &rh) |
ex & | GiNaC::operator-= (ex &lh, const ex &rh) |
ex & | GiNaC::operator*= (ex &lh, const ex &rh) |
ex & | GiNaC::operator/= (ex &lh, const ex &rh) |
numeric & | GiNaC::operator+= (numeric &lh, const numeric &rh) |
numeric & | GiNaC::operator-= (numeric &lh, const numeric &rh) |
numeric & | GiNaC::operator*= (numeric &lh, const numeric &rh) |
numeric & | GiNaC::operator/= (numeric &lh, const numeric &rh) |
const ex | GiNaC::operator+ (const ex &lh) |
const ex | GiNaC::operator- (const ex &lh) |
const numeric | GiNaC::operator+ (const numeric &lh) |
const numeric | GiNaC::operator- (const numeric &lh) |
ex & | GiNaC::operator++ (ex &rh) |
Expression prefix increment. More... | |
ex & | GiNaC::operator-- (ex &rh) |
Expression prefix decrement. More... | |
const ex | GiNaC::operator++ (ex &lh, int) |
Expression postfix increment. More... | |
const ex | GiNaC::operator-- (ex &lh, int) |
Expression postfix decrement. More... | |
numeric & | GiNaC::operator++ (numeric &rh) |
Numeric prefix increment. More... | |
numeric & | GiNaC::operator-- (numeric &rh) |
Numeric prefix decrement. More... | |
const numeric | GiNaC::operator++ (numeric &lh, int) |
Numeric postfix increment. More... | |
const numeric | GiNaC::operator-- (numeric &lh, int) |
Numeric postfix decrement. More... | |
const relational | GiNaC::operator== (const ex &lh, const ex &rh) |
const relational | GiNaC::operator!= (const ex &lh, const ex &rh) |
const relational | GiNaC::operator< (const ex &lh, const ex &rh) |
const relational | GiNaC::operator<= (const ex &lh, const ex &rh) |
const relational | GiNaC::operator> (const ex &lh, const ex &rh) |
const relational | GiNaC::operator>= (const ex &lh, const ex &rh) |
std::ostream & | GiNaC::operator<< (std::ostream &os, const ex &e) |
std::istream & | GiNaC::operator>> (std::istream &is, ex &e) |
std::ostream & | GiNaC::dflt (std::ostream &os) |
std::ostream & | GiNaC::latex (std::ostream &os) |
std::ostream & | GiNaC::python (std::ostream &os) |
std::ostream & | GiNaC::python_repr (std::ostream &os) |
std::ostream & | GiNaC::tree (std::ostream &os) |
std::ostream & | GiNaC::csrc (std::ostream &os) |
std::ostream & | GiNaC::csrc_float (std::ostream &os) |
std::ostream & | GiNaC::csrc_double (std::ostream &os) |
std::ostream & | GiNaC::csrc_cl_N (std::ostream &os) |
std::ostream & | GiNaC::index_dimensions (std::ostream &os) |
std::ostream & | GiNaC::no_index_dimensions (std::ostream &os) |
Interface to GiNaC's overloaded operators.
Definition in file operators.h.