 |
Cadabra
Computer algebra system for field theory problems
|
Go to the documentation of this file.
11 virtual std::string
name()
const override;
16 virtual void latex(std::ostream& str)
const override;
Ex explicit_form
Definition: ImplicitIndex.hh:18
Definition: ImplicitIndex.hh:8
virtual void latex(std::ostream &str) const override
Display the property on the stream.
Definition: ImplicitIndex.cc:30
virtual bool parse(Kernel &, keyval_t &) override
Definition: ImplicitIndex.cc:12
FIXME: the above two need to be merged, because parse may need access to the actual pattern tree,...
Definition: Props.hh:127
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83
Definition: Storage.hh:141
Arguments to properties get parsed into a keyval_t structure.
Definition: Props.hh:68
virtual std::string name() const override
Definition: ImplicitIndex.cc:7
virtual std::string unnamed_argument() const override
Definition: ImplicitIndex.hh:12