1 #ifndef STAN__MATH__REP_VECTOR_HPP
2 #define STAN__MATH__REP_VECTOR_HPP
4 #include <boost/math/tools/promotion.hpp>
14 Eigen::Matrix<typename boost::math::tools::promote_args<T>::type,
18 return Eigen::Matrix<typename boost::math::tools::promote_args<T>::type,
19 Eigen::Dynamic,1>::Constant(n,x);
Eigen::Matrix< typename boost::math::tools::promote_args< T >::type, Eigen::Dynamic, 1 > rep_vector(const T &x, int n)
bool check_nonnegative(const char *function, const T_y &y, const char *name, T_result *result)