CompiledUExprsT
Namespace: SymTensor
Parent Module: EnvTypes
The result of the compilation of an expression.
Record Fields
Record Field | Description |
CompileEnv
Signature: CompileEnvT
|
the CompileEnvT used for this compilation
|
Diagnostics
Signature: CompileDiagnosticsT option
|
diagnostic information
|
Eval
Signature: EvalFn
|
the evaluation function
|
Exprs
Signature: UExprT list
|
the expressions involved in this compilation
|
NeededVars
Signature: Set<VarSpecT>
|
the variables necessary to evaluate the expressions
|