Cadabra
Computer algebra system for field theory problems
RiemannTensor.hh
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace cadabra {
6 
7  class RiemannTensor : public TableauSymmetry, virtual public property {
8  public:
10  virtual std::string name() const override;
11  virtual void validate(const Kernel&, const Ex&) const override;
12  };
13 
14  }
cadabra::Kernel
Definition: Kernel.hh:15
cadabra::RiemannTensor::name
virtual std::string name() const override
Definition: RiemannTensor.cc:20
cadabra::RiemannTensor::RiemannTensor
RiemannTensor()
Definition: RiemannTensor.cc:10
cadabra::TableauSymmetry
Definition: TableauSymmetry.hh:9
cadabra::RiemannTensor::validate
virtual void validate(const Kernel &, const Ex &) const override
Definition: RiemannTensor.cc:25
cadabra::RiemannTensor
Definition: RiemannTensor.hh:7
cadabra::property
FIXME: the above two need to be merged, because parse may need access to the actual pattern tree,...
Definition: Props.hh:127
cadabra
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83
cadabra::Ex
Definition: Storage.hh:141
TableauSymmetry.hh