|
GiNaC
1.6.2
|
Flags to control the behavior of expand(). More...
#include <flags.h>
Public Types | |
| enum | { expand_indexed = 0x0001, expand_function_args = 0x0002, expand_rename_idx = 0x0004 } |
| anonymous enum |
| expand_indexed |
expands (a+b).i to a.i+b.i |
| expand_function_args |
expands the arguments of functions |
| expand_rename_idx |
used internally by mul::expand() |