@ relation_greater_or_equal
@ not_shareable
don't share instances of this object between different expressions unless explicitly asked to (used b...
@ all
factor all polynomial subexpressions
@ automatic
Let the system choose.
@ expanded
.expand(0) has already done its job (other expand() options ignore this flag)
@ delete_lru
Least recently used.
@ bareiss
Bareiss fraction-free elimination.
@ delete_never
Let table grow undefinitely.
@ dynallocated
heap-allocated (i.e. created by new if we want to be clever and bypass the stack,
@ expand_transcendental
expands transcendental functions like log and exp
@ expand_rename_idx
used internally by mul::expand()
@ evaluated
.eval() has already done its job
@ algebraic
enable algebraic matching
@ delete_cyclic
First (oldest) one in list.
@ expand_indexed
expands (a+b).i to a.i+b.i
@ pattern_is_not_product
used internally by expairseq::subschildren()
@ divfree
Division-free elimination.
Flags to store information about the state of an object.
Strategies how to clean up the function remember cache.
@ laplace
Laplace elimination.
Flags to control the polynomial factorization.
Flags to control the behavior of subs().
Flags to control the behavior of expand().
@ bareiss
Bareiss fraction-free elimination.
@ automatic
Let the system choose.
@ algebraic
enable algebraic substitutions
@ hash_calculated
.calchash() has already done its job
Switch to control algorithm for determinant computation.
@ delete_lfu
Least frequently used.
Possible attributes an object can have.
@ gauss
Gauss elimination.
@ no_pattern
disable pattern matching
@ gauss
Gauss elimination.
@ divfree
Division-free elimination.
Flags to control series expansion.
@ polynomial
factor only expressions that are polynomials
@ pattern_is_product
used internally by expairseq::subschildren()
@ expand_function_args
expands the arguments of functions
@ markowitz
Markowitz-ordered Gaussian elimination.
@ noncommutative_composite
@ suppress_branchcut
Suppress branch cuts in series expansion.
Switch to control algorithm for linear system solving.
Flags to control the behavior of has().
This page is part of the GiNaC
developer's reference. It was generated automatically by doxygen. For
an introduction, see the tutorial.