![]() |
Stan Math Library
2.11.0
reverse mode automatic differentiation
|
#include <boost/math/tools/promotion.hpp>#include <stan/math/prim/scal/err/check_nonnegative.hpp>#include <stan/math/prim/mat/fun/Eigen.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| template<typename T > | |
| Eigen::Matrix< typename boost::math::tools::promote_args< T >::type, Eigen::Dynamic, Eigen::Dynamic > | stan::math::rep_matrix (const T &x, int m, int n) |
| template<typename T > | |
| Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > | stan::math::rep_matrix (const Eigen::Matrix< T, Eigen::Dynamic, 1 > &v, int n) |
| template<typename T > | |
| Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > | stan::math::rep_matrix (const Eigen::Matrix< T, 1, Eigen::Dynamic > &rv, int m) |