|
GiNaC
1.8.0
|
Flags to control the behavior of subs(). More...
#include <flags.h>
Public Types | |
| enum | { no_pattern = 0x0001, subs_no_pattern = 0x0001, algebraic = 0x0002, subs_algebraic = 0x0002, pattern_is_product = 0x0004, pattern_is_not_product = 0x0008, no_index_renaming = 0x0010, really_subs_idx = 0x0020 } |
| anonymous enum |
| Enumerator | |
|---|---|
| no_pattern | disable pattern matching |
| subs_no_pattern | |
| algebraic | enable algebraic substitutions |
| subs_algebraic | |
| pattern_is_product | used internally by expairseq::subschildren() |
| pattern_is_not_product | used internally by expairseq::subschildren() |
| no_index_renaming | |
| really_subs_idx | |