Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
Equals.hh
Go to the documentation of this file.
1#pragma once
2
3#include "Storage.hh"
4#include "Kernel.hh"
5#include "ReservedNode.hh"
6
7namespace cadabra {
8
9 namespace visit {
10
12 public:
13 Equals(const Kernel&, Ex&, Ex::iterator);
14
16 Ex::iterator lhs() const;
17 Ex::iterator rhs() const;
18
20 void move_all_to_lhs();
21 };
22 };
23};
24
Definition Storage.hh:170
Definition Kernel.hh:15
Definition Equals.hh:11
void move_all_to_lhs()
Move all terms in an equality to the left-hand side.
Definition Equals.cc:26
Ex::iterator rhs() const
Definition Equals.cc:19
Ex::iterator lhs() const
Left-hand side.
Definition Equals.cc:14
Definition ReservedNode.hh:10
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83