 |
Cadabra
Computer algebra system for field theory problems
|
Go to the documentation of this file.
22 void output(std::ostream&);
23 void output(std::ostream&, Ex::iterator);
25 virtual void dispatch(std::ostream&, Ex::iterator)=0;
void output(std::ostream &)
Definition: DisplayBase.cc:11
virtual void dispatch(std::ostream &, Ex::iterator)=0
virtual bool needs_brackets(Ex::iterator it)=0
Determine if a node needs extra brackets around it.
const Ex & tree
Definition: DisplayBase.hh:36
Base class for all display classes.
Definition: DisplayBase.hh:18
Basic storage class for symbolic mathemematical expressions.
Definition: Storage.hh:140
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:80
const Kernel & kernel
Definition: DisplayBase.hh:37
DisplayBase(const Kernel &, const Ex &)
Definition: DisplayBase.cc:6