 |
Cadabra
Computer algebra system for field theory problems
|
Go to the documentation of this file.
14 virtual std::string
name()
const override;
15 virtual void latex(std::ostream&)
const override;
16 virtual unsigned int size(
const Properties&,
Ex&, Ex::iterator)
const override;
bool only_col_
Definition: TableauSymmetry.hh:23
virtual bool parse(Kernel &, keyval_t &) override
Definition: TableauSymmetry.cc:17
virtual unsigned int size(const Properties &, Ex &, Ex::iterator) const override
Definition: TableauSymmetry.cc:97
virtual void latex(std::ostream &) const override
Display the property on the stream.
Definition: TableauSymmetry.cc:90
virtual std::string name() const override
Definition: TableauSymmetry.cc:12
virtual ~TableauSymmetry()
Definition: TableauSymmetry.cc:8
std::vector< tab_t > tabs
Definition: TableauSymmetry.hh:20
Definition: TableauSymmetry.hh:9
virtual bool only_column_exchange() const override
Definition: TableauSymmetry.cc:108
FIXME: the above two need to be merged, because parse may need access to the actual pattern tree,...
Definition: Props.hh:127
Definition: YoungTab.hh:84
Definition: TableauBase.hh:9
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 tab_t get_tab(const Properties &, Ex &, Ex::iterator, unsigned int) const override
Definition: TableauSymmetry.cc:102