Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
to_fvar.hpp File Reference
#include <vector>
#include <stan/math/matrix/Eigen.hpp>
#include <stan/math/matrix/typedefs.hpp>
#include <stan/agrad/fwd/fvar.hpp>
#include <stan/agrad/fwd/matrix/typedefs.hpp>
#include <stan/math/error_handling/matrix/check_matching_dims.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<typename T >
fvar< T > stan::agrad::to_fvar (const T &x)
 
template<typename T >
fvar< T > stan::agrad::to_fvar (const fvar< T > &x)
 
matrix_fd stan::agrad::to_fvar (const stan::math::matrix_d &m)
 
matrix_fd stan::agrad::to_fvar (const matrix_fd &m)
 
matrix_fv stan::agrad::to_fvar (const matrix_fv &m)
 
matrix_ffd stan::agrad::to_fvar (const matrix_ffd &m)
 
matrix_ffv stan::agrad::to_fvar (const matrix_ffv &m)
 
vector_fd stan::agrad::to_fvar (const stan::math::vector_d &v)
 
vector_fd stan::agrad::to_fvar (const vector_fd &v)
 
vector_fv stan::agrad::to_fvar (const vector_fv &v)
 
vector_ffd stan::agrad::to_fvar (const vector_ffd &v)
 
vector_ffv stan::agrad::to_fvar (const vector_ffv &v)
 
row_vector_fd stan::agrad::to_fvar (const stan::math::row_vector_d &rv)
 
row_vector_fd stan::agrad::to_fvar (const row_vector_fd &rv)
 
row_vector_fv stan::agrad::to_fvar (const row_vector_fv &rv)
 
row_vector_ffd stan::agrad::to_fvar (const row_vector_ffd &rv)
 
row_vector_ffv stan::agrad::to_fvar (const row_vector_ffv &rv)
 
template<typename T , int R, int C>
Eigen::Matrix< fvar< T >, R, C > stan::agrad::to_fvar (const Eigen::Matrix< T, R, C > &val, const Eigen::Matrix< T, R, C > &deriv)
 

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