Stan Math Library  2.14.0
reverse mode automatic differentiation
typedefs.hpp
Go to the documentation of this file.
1 #ifndef STAN_MATH_REV_MAT_FUN_TYPEDEFS_HPP
2 #define STAN_MATH_REV_MAT_FUN_TYPEDEFS_HPP
3 
5 #include <stan/math/rev/core.hpp>
6 
7 namespace stan {
8  namespace math {
9 
10  typedef
11  Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic>::Index
12  size_type;
13 
18  typedef
19  Eigen::Matrix<var, Eigen::Dynamic, Eigen::Dynamic>
21 
26  typedef
27  Eigen::Matrix<var, Eigen::Dynamic, 1>
29 
34  typedef
35  Eigen::Matrix<var, 1, Eigen::Dynamic>
37 
38  }
39 }
40 #endif
Eigen::Matrix< var, Eigen::Dynamic, 1 > vector_v
The type of a (column) vector holding var values.
Definition: typedefs.hpp:28
Eigen::Matrix< var, Eigen::Dynamic, Eigen::Dynamic > matrix_v
The type of a matrix holding var values.
Definition: typedefs.hpp:20
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< var, 1, Eigen::Dynamic > row_vector_v
The type of a row vector holding var values.
Definition: typedefs.hpp:36

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