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

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
}
 

Detailed Description

Flags to control the behavior of subs().

Definition at line 48 of file flags.h.

Member Enumeration Documentation

◆ anonymous enum

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 

Definition at line 50 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.