![]() |
Stan Math Library
2.11.0
reverse mode automatic differentiation
|
#include <stan/math/prim/mat/fun/Eigen.hpp>#include <stan/math/fwd/core.hpp>#include <stan/math/fwd/scal/fun/to_fvar.hpp>#include <stan/math/prim/mat/err/check_matching_dims.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| template<int R, int C, typename T > | |
| Eigen::Matrix< T, R, C > | stan::math::to_fvar (const Eigen::Matrix< T, R, C > &m) |
| template<int R, int C> | |
| Eigen::Matrix< fvar< double >, R, C > | stan::math::to_fvar (const Eigen::Matrix< double, R, C > &m) |
| template<typename T , int R, int C> | |
| Eigen::Matrix< fvar< T >, R, C > | stan::math::to_fvar (const Eigen::Matrix< T, R, C > &val, const Eigen::Matrix< T, R, C > &deriv) |