Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
Accent.hh
Go to the documentation of this file.
1
2#pragma once
3
6
7namespace 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 }
Definition: Accent.hh:16
virtual std::string name() const
Definition: Accent.cc:6
Definition: IndexInherit.hh:9
Property indicating that an operator is numerically flat, so that numerical factors in the argument c...
Definition: NumericalFlat.hh:11
PropertyInherit is like Inherit<T> for all properties.
Definition: Props.hh:216
Base class for all properties, handling argument parsing and defining the interface.
Definition: Props.hh:127
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83