 |
Cadabra
Computer algebra system for field theory problems
|
Go to the documentation of this file.
16 virtual std::string
name()
const override;
19 virtual void display(std::ostream&)
const;
virtual ~Integer()
Definition: Integer.hh:15
Ex difference
Definition: Integer.hh:25
Definition: Integer.hh:13
Ex to
Definition: Integer.hh:25
virtual std::string unnamed_argument() const override
Definition: Integer.hh:20
virtual bool parse(Kernel &, keyval_t &keyvals) override
Definition: Integer.cc:14
virtual std::string name() const override
Definition: Integer.cc:9
FIXME: the above two need to be merged, because parse may need access to the actual pattern tree,...
Definition: Props.hh:127
Ex from
Definition: Integer.hh:23
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83
Definition: Storage.hh:141
virtual void display(std::ostream &) const
Definition: Integer.cc:51
Arguments to properties get parsed into a keyval_t structure.
Definition: Props.hh:68