Stan Math Library
4.9.0
Automatic Differentiation
|
void stan::math::hessian_times_vector | ( | const F & | f, |
const Eigen::Matrix< T, Eigen::Dynamic, 1 > & | x, | ||
const Eigen::Matrix< T, Eigen::Dynamic, 1 > & | v, | ||
T & | fx, | ||
Eigen::Matrix< T, Eigen::Dynamic, 1 > & | Hv | ||
) |
Definition at line 39 of file hessian_times_vector.hpp.