| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
This function returns a variable evaluator. The evaluations of
variables in the array x are explicitly defined in the array
of integer values evalArray; that is, the evaluation
of x[i] is evalArray[i].
The arrays x and evalArray must have the same size.
The evaluation of a variable
that does not appear in the array is given by defaultEval.
See Also:
This function returns a variable evaluator. The evaluation of
variables from the array x are explicitly defined in the array
of floating-point values evalArray; that is, the
evaluation of x[i] is evalArray[i].
The arrays x and evalArray must have
the same size. The evaluation of a variable
that does not appear in the array is given by defaultEval.
See Also: