1 #ifndef STAN_MODEL_HESSIAN_TIMES_VECTOR_HPP 2 #define STAN_MODEL_HESSIAN_TIMES_VECTOR_HPP 13 const Eigen::Matrix<double, Eigen::Dynamic, 1>&
x,
14 const Eigen::Matrix<double, Eigen::Dynamic, 1>&
v,
16 Eigen::Matrix<double, Eigen::Dynamic, 1>&
18 std::ostream*
msgs = 0) {
20 x, v, f, hess_f_dot_v);
void 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)
void hessian_times_vector(const M &model, const Eigen::Matrix< double, Eigen::Dynamic, 1 > &x, const Eigen::Matrix< double, Eigen::Dynamic, 1 > &v, double &f, Eigen::Matrix< double, Eigen::Dynamic, 1 > &hess_f_dot_v, std::ostream *msgs=0)
const XML_Char XML_Content * model