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 std::string name() const override;
14 virtual bool parse(Kernel&, keyval_t&) override;
15
16 virtual Ex degree(const Properties&, Ex::iterator) const override;
17
18 private:
20 };
21
22 }
Definition DifferentialFormBase.hh:10
Definition DifferentialForm.hh:11
virtual Ex degree(const Properties &, Ex::iterator) const override
Definition DifferentialForm.cc:21
Ex degree_
Definition DifferentialForm.hh:19
virtual std::string name() const override
Definition DifferentialForm.cc:6
virtual bool parse(Kernel &, keyval_t &) override
Definition DifferentialForm.cc:11
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:234
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