Cadabra
Computer algebra system for field theory problems
Classes
Expression display

Module Description

Classes to handle printing of expressions in various formats.

There are several different requirements for printing, depending on whether output is to the console, the graphical notebook, or to a different computer algebra system. In the latter case, one typically also needs to be able to convert the output of that external system back into Cadabra-parsable format, which is what e.g. the DisplayMMA::import and DisplaySympy::import member functions do.

Classes

class  cadabra::DisplayBase
 
class  cadabra::DisplayMMA
 
class  cadabra::DisplaySympy
 
class  cadabra::DisplayTerminal
 
class  cadabra::DisplayTeX