Evaluates a symbolic array at a particular point in parameter space. Partial evaluation is not allowed, all variables/symbols need to be accounted for. The result is a numeric array.
Usage
at(x, vars)
# S3 method for class 'array'
at(x, vars)
# S3 method for class 'tensor'
at(x, vars)