![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Compute third order derivative 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 |
Theta | A class assignable to an Eigen vector type |
Stream | Type of stream for messages. |
Args | Type of variadic arguments for likelihood function. |
f | Log likelihood function. |
theta | Latent Gaussian variable. |
msgs | Stream for messages. |
args | Variadic arguments for likelihood function. |
Definition at line 175 of file laplace_likelihood.hpp.