Stan  2.14.0
probability, sampling & optimization
Namespaces | Functions
grad_hess_log_prob.hpp File Reference
#include <stan/model/log_prob_grad.hpp>
#include <iostream>
#include <vector>

Go to the source code of this file.

Namespaces

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

Functions

template<bool propto, bool jacobian_adjust_transform, class M >
double stan::model::grad_hess_log_prob (const M &model, std::vector< double > &params_r, std::vector< int > &params_i, std::vector< double > &gradient, std::vector< double > &hessian, std::ostream *msgs=0)
 Evaluate the log-probability, its gradient, and its Hessian at params_r. More...
 

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