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  }
cadabra::DifferentialFormBase
Definition: DifferentialFormBase.hh:10
cadabra::DifferentialFormBase::degree
virtual Ex degree(const Properties &, Ex::iterator) const =0
IndexInherit.hh
cadabra::property
Base class for all properties, handling argument parsing and defining the interface.
Definition: Props.hh:126
cadabra::Ex
Basic storage class for symbolic mathemematical expressions.
Definition: Storage.hh:140
cadabra
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:80
Props.hh
cadabra::Properties
Class holding a collection of properties attached to expressions.
Definition: Props.hh:233
ImplicitIndex.hh