Cadabra
Computer algebra system for field theory problems
Accent.hh
Go to the documentation of this file.
1 
2 #pragma once
3 
6 
7 namespace cadabra {
8 
16  class Accent : public PropertyInherit, public IndexInherit, public NumericalFlat, virtual public property {
17  public:
18  virtual std::string name() const;
19  };
20 
21 
22  }
IndexInherit.hh
cadabra::Accent
Definition: Accent.hh:16
cadabra::Accent::name
virtual std::string name() const
Definition: Accent.cc:6
NumericalFlat.hh
cadabra::PropertyInherit
PropertyInherit is like Inherit<T> for all properties.
Definition: Props.hh:216
cadabra::NumericalFlat
Property indicating that an operator is numerically flat, so that numerical factors in the argument c...
Definition: NumericalFlat.hh:11
cadabra::property
FIXME: the above two need to be merged, because parse may need access to the actual pattern tree,...
Definition: Props.hh:127
cadabra
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83
cadabra::IndexInherit
Definition: IndexInherit.hh:9