DisableCombineIntoElementsOptimization
Signature: bool
|
If true, individual operations are not combined into an element expression
during optimization.
|
DisableOptimizer
Signature: bool
|
If true, expressions are not optimized during function creation.
|
EnableCheckFinite
Signature: bool
|
if false, Expr.checkFinite is doing nothing
|
FailIfVarNotInDerivative
Signature: bool
|
if true, Deriv.ofVar fails if specified variable was not present in derived expression
|
PrintInstantiations
Signature: bool
|
If true, then information about function instantiations for a particular set
of variable sizes and locations is printed.
|
PrintOptimizerStatistics
Signature: bool
|
If ture, optimizer statistics are printed.
|
TerminateAfterCompilation
Signature: bool
|
terminates the program after an expression is compiled
|
Timing
Signature: bool
|
if true, prints compilation times
|
TraceCompile
Signature: bool
|
if true, prints compilation step messages
|
VisualizeExecItems
Signature: bool
|
if true, ExecItems are included in the visualization of the expression tree
|
VisualizeUExpr
Signature: bool
|
if true, a graph of the expression tree is shown during compilation
|