Cadabra
Computer algebra system for field theory problems
SelfCommuting.hh
Go to the documentation of this file.
1 
2 
3 #pragma once
4 
6 
7 namespace cadabra {
8 
9  class SelfCommuting : virtual public SelfCommutingBehaviour {
10  public:
11  virtual ~SelfCommuting();
12  virtual std::string name() const override;
13  virtual int sign() const override;
14  };
15 
16  }
Definition: SelfCommutingBehaviour.hh:8
Definition: SelfCommuting.hh:9
virtual int sign() const override
Definition: SelfCommuting.cc:15
virtual std::string name() const override
Definition: SelfCommuting.cc:10
virtual ~SelfCommuting()
Definition: SelfCommuting.cc:6
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83