Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
typedefs.hpp
Go to the documentation of this file.
1 #ifndef STAN__MATH__MATRIX__TYPEDEFS_HPP
2 #define STAN__MATH__MATRIX__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
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, Eigen::Dynamic > matrix_d
Type for matrix of double values.
Definition: typedefs.hpp:23
index_type< Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > >::type size_type
Type for sizes and indexes in an Eigen matrix with double e.
Definition: typedefs.hpp:16
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

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