Cadabra
Computer algebra system for field theory problems
DependsBase.hh
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include "Props.hh"
5 #include "Kernel.hh"
6 
7 namespace cadabra {
8 
10 
11  class DependsBase : virtual public property {
12  public:
14  virtual Ex dependencies(const Kernel&, Ex::iterator) const=0;
15  };
16 
17  }
cadabra::DependsBase::dependencies
virtual Ex dependencies(const Kernel &, Ex::iterator) const =0
Returns a tree of objects on which the given object depends.
cadabra::DependsBase
Definition: DependsBase.hh:11
cadabra::Kernel
Definition: Kernel.hh:15
cadabra::property
FIXME: the above two need to be merged, because parse may need access to the actual pattern tree,...
Definition: Props.hh:127
Props.hh
cadabra
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83
cadabra::Ex
Definition: Storage.hh:141
Kernel.hh