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 }
Definition Storage.hh:170
Ex::iterator iterator
Definition ExManip.hh:12
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:13
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83