GiNaC 1.8.7
Public Types | List of all members
GiNaC::expand_options Class Reference

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 }
 

Detailed Description

Flags to control the behavior of expand().

Definition at line 29 of file flags.h.

Member Enumeration Documentation

◆ anonymous enum

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

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.