pymc.ode.DifferentialEquation.R_op#

DifferentialEquation.R_op(inputs, eval_points)#

Construct a graph for the R-operator.

This method is primarily used by Rop.

Parameters:
inputs

The Op inputs.

eval_points

A Variable or list of Variables with the same length as inputs. Each element of eval_points specifies the value of the corresponding input at the point where the R-operator is to be evaluated.

Returns:
rval[i] should be Rop(f=f_i(inputs), wrt=inputs, eval_points=eval_points).