Stan Math Library  2.15.0
reverse mode automatic differentiation
Namespaces | Functions
to_fvar.hpp File Reference
#include <stan/math/fwd/core.hpp>
#include <stan/math/fwd/scal/fun/to_fvar.hpp>
#include <vector>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename T >
std::vector< fvar< T > > stan::math::to_fvar (const std::vector< T > &v)
 
template<typename T >
std::vector< fvar< T > > stan::math::to_fvar (const std::vector< T > &v, const std::vector< T > &d)
 
template<typename T >
std::vector< fvar< T > > stan::math::to_fvar (const std::vector< fvar< T > > &v)
 

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