1 #ifndef STAN_MATH_PRIM_MAT_FUN_DIVIDE_HPP 2 #define STAN_MATH_PRIM_MAT_FUN_DIVIDE_HPP 18 template <
int R,
int C,
typename T>
19 inline typename std::enable_if<std::is_arithmetic<T>::value,
20 Eigen::Matrix<double, R, C> >::type
21 divide(
const Eigen::Matrix<double, R, C>& m, T c) {
Eigen::Matrix< fvar< T >, R, C > divide(const Eigen::Matrix< fvar< T >, R, C > &v, const fvar< T > &c)