Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
DifferentialForm.hh
Go to the documentation of this file.
1
2#pragma once
3
4#include "Props.hh"
8
9namespace cadabra {
10
12 public:
13 virtual ~DifferentialForm();
14 virtual std::string name() const override;
15 virtual bool parse(Kernel&, keyval_t&) override;
16
17 virtual Ex degree(const Properties&, Ex::iterator) const override;
18
19 private:
21 };
22
23 }
Definition DifferentialFormBase.hh:10
Definition DifferentialForm.hh:11
virtual Ex degree(const Properties &, Ex::iterator) const override
Definition DifferentialForm.cc:25
virtual ~DifferentialForm()
Definition DifferentialForm.cc:6
Ex degree_
Definition DifferentialForm.hh:20
virtual std::string name() const override
Definition DifferentialForm.cc:10
virtual bool parse(Kernel &, keyval_t &) override
Definition DifferentialForm.cc:15
Basic storage class for symbolic mathemematical expressions.
Definition Storage.hh:142
Definition IndexInherit.hh:9
Definition Kernel.hh:15
Class holding a collection of properties attached to expressions.
Definition Props.hh:237
Arguments to properties get parsed into a keyval_t structure.
Definition Props.hh:68
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83