Stan  2.14.0
probability, sampling & optimization
Namespaces | Functions
hessian_times_vector.hpp File Reference
#include <stan/model/model_functional.hpp>
#include <stan/math/mix/mat.hpp>
#include <ostream>

Go to the source code of this file.

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::model
 For compiling models.
 

Functions

template<class M >
void stan::model::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)
 

     [ Stan Home Page ] © 2011–2016, Stan Development Team.