Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
eliminate_vielbein.hh
Go to the documentation of this file.
1
2#pragma once
3
5
6namespace cadabra {
7
9 public:
10 eliminate_vielbein(const Kernel&, Ex&, Ex&, bool);
11
12 protected:
13 virtual bool is_conversion_object(iterator) const override;
14 };
15
16 }
Ex::iterator iterator
Definition: Algorithm.hh:70
Basic storage class for symbolic mathemematical expressions.
Definition: Storage.hh:141
Definition: Kernel.hh:15
Definition: eliminate_metric.hh:9
Definition: eliminate_vielbein.hh:8
virtual bool is_conversion_object(iterator) const override
Definition: eliminate_vielbein.cc:12
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83