1 #ifndef STAN__AGRAD__REV__FUNCTIONS__STEP_HPP
2 #define STAN__AGRAD__REV__FUNCTIONS__STEP_HPP
const double val_
The value of this variable.
vari * vi_
Pointer to the implementation of this variable.
The variable implementation base class.
Independent (input) and dependent (output) variables for gradients.
var step(const stan::agrad::var &a)
Return the step, or heaviside, function applied to the specified variable (stan). ...