![]() |
Stan Math Library
2.10.0
reverse mode automatic differentiation
|
Template metaprogram defining the type of values stored in an Eigen matrix, vector, or row vector. More...
#include <value_type.hpp>
Public Types | |
typedef Eigen::Matrix< T, R, C >::Scalar | type |
Template metaprogram defining the type of values stored in 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 value_type.hpp.
typedef Eigen::Matrix<T, R, C>::Scalar stan::math::value_type< Eigen::Matrix< T, R, C > >::type |
Definition at line 21 of file value_type.hpp.