![]() |
Stan Math Library
2.8.0
reverse mode automatic differentiation
|
Template metaprogram defining typedef for the type of index for an Eigen matrix, vector, or row vector. More...
#include <index_type.hpp>
Public Types | |
typedef Eigen::Matrix< T, R, C > ::Index | type |
Template metaprogram defining typedef for the type of index for an Eigen matrix, vector, or row vector.
T | type of matrix. |
R | number of rows for matrix. |
C | number of columns for matrix. |
Definition at line 20 of file index_type.hpp.
typedef Eigen::Matrix<T, R, C>::Index stan::math::index_type< Eigen::Matrix< T, R, C > >::type |
Definition at line 21 of file index_type.hpp.