Cadabra
Computer algebra system for field theory problems
|
#include <Props.hh>
Public Member Functions | |
pattern () | |
pattern (const Ex &) | |
bool | match (const Properties &, const Ex::iterator &, bool ignore_parent_rel=false) const |
bool | children_wildcard () const |
Public Attributes | |
Ex | obj |
pattern::pattern | ( | ) |
pattern::pattern | ( | const Ex & | o | ) |
bool pattern::children_wildcard | ( | ) | const |
bool pattern::match | ( | const Properties & | properties, |
const Ex::iterator & | it, | ||
bool | ignore_parent_rel = false |
||
) | const |
Ex cadabra::pattern::obj |