![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Compute second order gradient of f wrt theta and args...
Args contains var types then their adjoints will be calculated as a side effect. | F | A functor with opertor()(Args&&...) returning a scalar |
| V_t | A type assignable to an Eigen vector type |
| Theta | A type assignable to an Eigen vector type |
| Stream | Type of stream for messages. |
| Args | Parameter pack of arguments to F's operator() |
| f | Log likelihood function. |
| v | Initial tangent. |
| theta | Latent Gaussian variable. |
| msgs | Stream for messages. |
| args | Variadic arguments for likelhood function. |
args which are var types will have their adjoints set as a side effect of this function. Definition at line 276 of file laplace_likelihood.hpp.