Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ hessian_times_vector() [1/2]

template<typename F >
void stan::math::hessian_times_vector ( const F &  f,
const Eigen::Matrix< double, Eigen::Dynamic, 1 > &  x,
const Eigen::Matrix< double, Eigen::Dynamic, 1 > &  v,
double &  fx,
Eigen::Matrix< double, Eigen::Dynamic, 1 > &  Hv 
)

Definition at line 14 of file hessian_times_vector.hpp.