Cadabra
Computer algebra system for field theory problems
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 };
virtual bool can_apply(iterator)
Definition: component.hh:6
virtual result_t apply(iterator &)
component(const Kernel &, Ex &ex, Ex &rules)