1 #ifndef STAN__AGRAD__REV__MATRIX__STORED_GRADIENT_HPP
2 #define STAN__AGRAD__REV__MATRIX__STORED_GRADIENT_HPP
53 for (
size_t i = 0; i <
size_; ++i)
void chain()
Propagate derivatives through this vari with partial derivatives given for the daughter vari by the s...
A var implementation that stores the daughter variable implementation pointers and the partial deriva...
The variable implementation base class.
int size(const std::vector< T > &x)
stored_gradient_vari(double value, size_t size, vari **dtrs, double *partials)
Construct a stored gradient vari with the specified value, size, daughter varis, and partial derivati...
double adj_
The adjoint of this variable, which is the partial derivative of this variable with respect to the ro...