Stan Math Library  2.20.0
reverse mode automatic differentiation
Namespaces | Functions
initialize.hpp File Reference
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <vector>
#include <type_traits>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename T >
void stan::math::initialize (T &x, const T &v)
 
template<typename T , typename V >
std::enable_if< std::is_arithmetic< V >::value, void >::type stan::math::initialize (T &x, V v)
 
template<typename T , int R, int C, typename V >
void stan::math::initialize (Eigen::Matrix< T, R, C > &x, const V &v)
 
template<typename T , typename V >
void stan::math::initialize (std::vector< T > &x, const V &v)
 

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