![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
Template metaprogram defining the base scalar type of values stored in an Eigen matrix. More...
#include <scalar_type.hpp>
Public Types | |
typedef scalar_type< T >::type | type |
Template metaprogram defining the base scalar type of values stored in an Eigen matrix.
T | type of matrix. |
R | number of rows for matrix. |
C | number of columns for matrix. |
Definition at line 17 of file scalar_type.hpp.
typedef scalar_type<T>::type stan::scalar_type< Eigen::Matrix< T, R, C > >::type |
Definition at line 18 of file scalar_type.hpp.