Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ hessian_times_vector() [3/3]

template<typename F , typename XAdj , typename XVec , typename VVec , typename... Args, require_all_eigen_vector_t< XAdj, XVec, VVec > * = nullptr>
void stan::math::hessian_times_vector ( const F &  f,
XAdj &  x_adj,
XVec &&  x,
VVec &&  v,
Args &&...  args 
)
inline

Overload Hessian_times_vector function, under stan/math/mix/functor to handle functions which take in arguments and pstream.

Definition at line 60 of file hessian_times_vector.hpp.