28 typename =
typename std::enable_if<std::is_arithmetic<NumericType>::value,
NumericType>::type>
31 if ((m1.rows() == m2.rows) && (m1.cols() == m2.cols() ) ){
45 typename =
typename std::enable_if<std::is_arithmetic<NumericType>::value,
NumericType>::type>
48 if ((m.rows() >= 1) && (m.cols() == 1)) {