GiNaC  1.6.2
Public Types
GiNaC::expand_options Class Reference

Flags to control the behavior of expand(). More...

#include <flags.h>

List of all members.

Public Types

enum  { expand_indexed = 0x0001, expand_function_args = 0x0002, expand_rename_idx = 0x0004 }

Detailed Description

Flags to control the behavior of expand().

Definition at line 29 of file flags.h.


Member Enumeration Documentation

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()

Definition at line 31 of file flags.h.


The documentation for this class was generated from the following file:

This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.