Cadabra
Computer algebra system for field theory problems
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DifferentialFormBase.hh
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include "Props.hh"
7 
8 namespace cadabra {
9 
10  class DifferentialFormBase : virtual public property {
11  public:
12  virtual Ex degree(const Properties&, Ex::iterator) const = 0;
13  };
14 
15 }
virtual Ex degree(const Properties &, Ex::iterator) const =0
Basic storage class for symbolic mathemematical expressions.
Definition: Storage.hh:130
Base class for all properties, handling argument parsing and defining the interface.
Definition: Props.hh:107
Definition: DifferentialFormBase.hh:10
Class holding a collection of properties attached to expressions.
Definition: Props.hh:203