Cadabra
Computer algebra system for field theory problems
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  }
Definition: DifferentialFormBase.hh:10
virtual Ex degree(const Properties &, Ex::iterator) const =0
Basic storage class for symbolic mathemematical expressions.
Definition: Storage.hh:142
Class holding a collection of properties attached to expressions.
Definition: Props.hh:234
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