Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
core
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
7
namespace
cadabra
{
8
9
namespace
visit {
10
11
class
Equals
:
public
cadabra::visit::ReservedNode
{
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
Kernel.hh
ReservedNode.hh
Storage.hh
cadabra::Ex
Definition
Storage.hh:170
cadabra::Kernel
Definition
Kernel.hh:15
cadabra::visit::Equals
Definition
Equals.hh:11
cadabra::visit::Equals::move_all_to_lhs
void move_all_to_lhs()
Move all terms in an equality to the left-hand side.
Definition
Equals.cc:26
cadabra::visit::Equals::rhs
Ex::iterator rhs() const
Definition
Equals.cc:19
cadabra::visit::Equals::lhs
Ex::iterator lhs() const
Left-hand side.
Definition
Equals.cc:14
cadabra::visit::ReservedNode
Definition
ReservedNode.hh:10
cadabra
Functions to handle the exchange properties of two or more symbols in a product.
Definition
Adjform.cc:83
Generated on Fri Aug 15 2025 13:29:03 for Cadabra by
1.9.8