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