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