Cadabra
Computer algebra system for field theory problems
Toggle main menu visibility
Loading...
Searching...
No Matches
core
algorithms
keep_terms.hh
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
Algorithm.hh
"
5
6
namespace
cadabra
{
7
8
class
keep_terms
:
public
Algorithm
{
9
public
:
10
keep_terms
(
const
Kernel
&,
Ex
&, std::vector<int>
terms
);
11
12
virtual
bool
can_apply
(
iterator
);
13
virtual
result_t
apply
(
iterator
&);
14
15
private
:
16
std::vector<int>
terms_
;
17
};
18
19
}
Algorithm.hh
cadabra::Algorithm::Algorithm
Algorithm(const Kernel &, Ex &)
Initialise the algorithm with a reference to the expression tree, but do not yet do anything with thi...
Definition
Algorithm.cc:52
cadabra::Algorithm::result_t
Ex::result_t result_t
Definition
Algorithm.hh:65
cadabra::Ex
Definition
Storage.hh:170
cadabra::ExManip::iterator
Ex::iterator iterator
Definition
ExManip.hh:12
cadabra::Kernel
Definition
Kernel.hh:15
cadabra::keep_terms::apply
virtual result_t apply(iterator &)
Definition
keep_terms.cc:18
cadabra::keep_terms::can_apply
virtual bool can_apply(iterator)
Definition
keep_terms.cc:12
cadabra::keep_terms::terms_
std::vector< int > terms_
Definition
keep_terms.hh:16
cadabra::keep_terms::keep_terms
keep_terms(const Kernel &, Ex &, std::vector< int > terms)
Definition
keep_terms.cc:7
cadabra
Functions to handle the exchange properties of two or more symbols in a product.
Definition
Adjform.cc:83
cadabra::terms
pybind11::list terms(Ex_ptr ex)
Definition
py_ex.cc:548
Generated by
1.17.0