![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
Template metaprogram defining the base scalar type of values stored in a referenced const 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 a referenced const Eigen matrix.
T | type of matrix. |
R | number of rows for matrix. |
C | number of columns for matrix. |
Definition at line 56 of file scalar_type.hpp.
typedef scalar_type<T>::type stan::scalar_type< const Eigen::Matrix< T, R, C > & >::type |
Definition at line 57 of file scalar_type.hpp.