Cadabra
Computer algebra system for field theory problems
ExteriorDerivative.hh
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include "Props.hh"
7 
8 namespace cadabra {
9 
11  public:
12  virtual ~ExteriorDerivative();
13  virtual std::string name() const override;
14 
15  virtual Ex degree(const Properties&, Ex::iterator) const override;
16  };
17 
18  }
Definition: Derivative.hh:26
Definition: DifferentialFormBase.hh:10
Basic storage class for symbolic mathemematical expressions.
Definition: Storage.hh:142
Definition: ExteriorDerivative.hh:10
virtual ~ExteriorDerivative()
Definition: ExteriorDerivative.cc:7
virtual std::string name() const override
Definition: ExteriorDerivative.cc:11
virtual Ex degree(const Properties &, Ex::iterator) const override
Definition: ExteriorDerivative.cc:16
Class holding a collection of properties attached to expressions.
Definition: Props.hh:237
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83