Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cols.hpp
Go to the documentation of this file.
1 #ifndef STAN__MATH__MATRIX__COLS_HPP
2 #define STAN__MATH__MATRIX__COLS_HPP
3 
5 
6 namespace stan {
7  namespace math {
8 
9  template <typename T, int R, int C>
10  inline
11  size_t
12  cols(const Eigen::Matrix<T,R,C>& m) {
13  return m.cols();
14  }
15 
16  }
17 }
18 #endif
size_t cols(const Eigen::Matrix< T, R, C > &m)
Definition: cols.hpp:12

     [ Stan Home Page ] © 2011–2014, Stan Development Team.