12 virtual std::string
name()
const;
Basic storage class for symbolic mathemematical expressions.
Definition: Storage.hh:140
virtual ~PartialDerivative()
Definition: PartialDerivative.hh:11
Definition: PartialDerivative.hh:9
Base class for all properties, handling argument parsing and defining the interface.
Definition: Props.hh:126
If a property X derives from Inherit<Y>, and get<Y> is called on an object which has an X property (b...
Definition: Props.hh:203
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83
virtual std::string name() const
Definition: PartialDerivative.cc:48
Class holding a collection of properties attached to expressions.
Definition: Props.hh:233
virtual tab_t get_tab(const Properties &, Ex &, Ex::iterator, unsigned int) const
Definition: PartialDerivative.cc:13
virtual unsigned int size(const Properties &, Ex &, Ex::iterator) const
Definition: PartialDerivative.cc:7
Definition: Derivative.hh:15