ContContractRV.R_op#
- ContContractRV.R_op(inputs, eval_points)#
Construct a graph for the R-operator.
This method is primarily used by
Rop.- Parameters:
- inputs
The
Opinputs.- eval_points
A
Variableor list ofVariables with the same length as inputs. Each element ofeval_pointsspecifies the value of the corresponding input at the point where the R-operator is to be evaluated.
- Returns:
rval[i]shouldbeRop(f=f_i(inputs), wrt=inputs, eval_points=eval_points).