GiNaC 1.8.7
|
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 , expand_transcendental = 0x0008 } |
anonymous enum |
Enumerator | |
---|---|
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() |
expand_transcendental | expands transcendental functions like log and exp |