Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
RiemannTensor.hh
Go to the documentation of this file.
1#pragma once
2
4
5namespace cadabra {
6
7 class RiemannTensor : public TableauSymmetry, virtual public property {
8 public:
10 virtual std::string name() const override;
11 virtual void validate(Kernel&, std::shared_ptr<Ex>) const override;
12// virtual bool parse(Kernel&, std::shared_ptr<Ex>, keyval_t&) override;
13
14 };
15
16 }
Definition Kernel.hh:15
Definition RiemannTensor.hh:7
RiemannTensor()
Definition RiemannTensor.cc:13
virtual std::string name() const override
Definition RiemannTensor.cc:23
virtual void validate(Kernel &, std::shared_ptr< Ex >) const override
Definition RiemannTensor.cc:28
Definition TableauSymmetry.hh:9
Base class for all properties, handling argument parsing and defining the interface.
Definition Props.hh:127
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83