Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Construct a stored gradient vari with the specified value, size, daughter varis, and partial derivatives.
[in] | value | Value of vari |
[in] | size | Number of daughters |
[in] | dtrs | Array of pointers to daughters |
[in] | partials | Partial derivatives of value with respect to daughters. |
Definition at line 34 of file stored_gradient_vari.hpp.