Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
Sum.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 Sum(const Kernel&, Ex&, Ex::iterator);
14
17 std::vector<Ex::iterator> find_terms_containing(Ex::iterator) const;
18 };
19 };
20};
21
Definition Storage.hh:170
Definition Kernel.hh:15
Definition ReservedNode.hh:10
Definition Sum.hh:11
std::vector< Ex::iterator > find_terms_containing(Ex::iterator) const
Find all terms in the sum which contain the given sub-expression.
Definition Sum.cc:16
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83