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