Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
value_of.hpp File Reference
#include <stan/math/matrix/Eigen.hpp>
#include <stan/agrad/rev/var.hpp>

Go to the source code of this file.

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::agrad
 Function gradients via reverse-mode automatic differentiation.
 

Functions

template<int R, int C>
const Eigen::Matrix< double, R,
C > & 
stan::agrad::value_of (const Eigen::Matrix< double, R, C > &M)
 Convert a matrix to a matrix of doubles. More...
 
template<int R, int C>
Eigen::Matrix< double, R, C > stan::agrad::value_of (const Eigen::Matrix< var, R, C > &M)
 Convert a matrix to a matrix of doubles. More...
 

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