 |
Cadabra
Computer algebra system for field theory problems
|
Go to the documentation of this file.
12 virtual std::string
name()
const override;
21 virtual void latex(std::ostream&)
const override;
@ fixed
Definition: Indices.hh:24
Something cannot be both a list property and a normal property at the same time, so we can safely inh...
Definition: Props.hh:193
void collect_index_values(Ex::iterator ind_values)
Given the right-hand side of a 'values={...}' node, generate a list of all index values in index_valu...
Definition: Indices.cc:126
std::string parent_name
Definition: Indices.hh:23
virtual void latex(std::ostream &) const override
Display the property on the stream.
Definition: Indices.cc:99
virtual std::string unnamed_argument() const override
Definition: Indices.hh:13
enum cadabra::Indices::position_t position_type
position_t
Definition: Indices.hh:24
Indices()
Definition: Indices.cc:11
@ independent
Definition: Indices.hh:24
virtual bool parse(Kernel &, std::shared_ptr< Ex >, keyval_t &) override
Definition: Indices.cc:36
FIXME: the above two need to be merged, because parse may need access to the actual pattern tree,...
Definition: Props.hh:127
@ free
Definition: Indices.hh:24
virtual void validate(const Kernel &, const Ex &) const override
Definition: Indices.cc:115
std::vector< Ex > values
Definition: Indices.hh:27
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 match_t equals(const property *) const override
Definition: Indices.cc:21
virtual std::string name() const override
Definition: Indices.cc:16
std::string set_name
Definition: Indices.hh:23
match_t
Definition: Props.hh:170