Cadabra
Computer algebra system for field theory problems
core
algorithms
component.hh
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
Algorithm.hh
"
5
6
class
component
:
public
Algorithm {
7
public
:
8
component
(
const
Kernel&, Ex& ex, Ex& rules);
9
10
virtual
bool
can_apply
(iterator);
11
virtual
result_t
apply
(iterator&);
12
};
component::can_apply
virtual bool can_apply(iterator)
component
Definition:
component.hh:6
Algorithm.hh
component::apply
virtual result_t apply(iterator &)
component::component
component(const Kernel &, Ex &ex, Ex &rules)
Generated on Mon Apr 30 2018 12:00:00 for Cadabra by
1.8.14