1 #ifndef STAN__MATH__MATRIX__ROW_HPP
2 #define STAN__MATH__MATRIX__ROW_HPP
25 Eigen::Matrix<T,1,Eigen::Dynamic>
26 row(
const Eigen::Matrix<T,Eigen::Dynamic,Eigen::Dynamic>& m,
Eigen::Matrix< T, 1, Eigen::Dynamic > row(const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &m, size_t i)
Return the specified row of the specified matrix, using start-at-1 indexing.
bool check_less_or_equal(const char *function, const T_y &y, const T_high &high, const char *name, T_result *result)
bool check_greater_or_equal(const char *function, const T_y &y, const T_low &low, const char *name, T_result *result)