Stan Math Library  2.8.0
reverse mode automatic differentiation
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Groups
typedefs.hpp
Go to the documentation of this file.
1 #ifndef STAN_MATH_PRIM_MAT_FUN_TYPEDEFS_HPP
2 #define STAN_MATH_PRIM_MAT_FUN_TYPEDEFS_HPP
3 
6 
7 namespace stan {
8 
9  namespace math {
10 
14  typedef
15  index_type<Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic> >::type
16  size_type;
17 
21  typedef
22  Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic>
24 
28  typedef
29  Eigen::Matrix<double, Eigen::Dynamic, 1>
31 
35  typedef
36  Eigen::Matrix<double, 1, Eigen::Dynamic>
38 
39  }
40 }
41 
42 #endif
Eigen::Matrix< double, Eigen::Dynamic, 1 > vector_d
Type for (column) vector of double values.
Definition: typedefs.hpp:30
Eigen::Matrix< double, 1, Eigen::Dynamic > row_vector_d
Type for (row) vector of double values.
Definition: typedefs.hpp:37
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic >::Index size_type
Type for sizes and indexes in an Eigen matrix with double e.
Definition: typedefs.hpp:13
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > matrix_d
Type for matrix of double values.
Definition: typedefs.hpp:23

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