Stan Math Library  2.20.0
reverse mode automatic differentiation
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 namespace math {
9 
13 typedef index_type<Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic> >::type
14  size_type;
15 
19 typedef Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic> matrix_d;
20 
24 typedef Eigen::Matrix<double, Eigen::Dynamic, 1> vector_d;
25 
29 typedef Eigen::Matrix<double, 1, Eigen::Dynamic> row_vector_d;
30 
31 } // namespace math
32 } // namespace stan
33 
34 #endif
Eigen::Matrix< double, Eigen::Dynamic, 1 > vector_d
Type for (column) vector of double values.
Definition: typedefs.hpp:24
Eigen::Matrix< double, 1, Eigen::Dynamic > row_vector_d
Type for (row) vector of double values.
Definition: typedefs.hpp:29
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:11
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > matrix_d
Type for matrix of double values.
Definition: typedefs.hpp:19

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