Stan Math Library
2.20.0
reverse mode automatic differentiation
stan
math
prim
mat
meta
value_type.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_PRIM_MAT_META_VALUE_TYPE_HPP
2
#define STAN_MATH_PRIM_MAT_META_VALUE_TYPE_HPP
3
4
#include <
stan/math/prim/arr/meta/value_type.hpp
>
5
#include <Eigen/Core>
6
7
namespace
stan
{
8
namespace
math {
9
18
template
<
typename
T,
int
R,
int
C>
19
struct
value_type
<
Eigen
::Matrix<T, R, C> > {
20
typedef
T
type
;
21
};
22
23
}
// namespace math
24
25
}
// namespace stan
26
27
#endif
stan
Definition:
log_sum_exp.hpp:8
stan::math::value_type< Eigen::Matrix< T, R, C > >::type
T type
Definition:
value_type.hpp:20
Eigen
(Expert) Numerical traits for algorithmic differentiation variables.
Definition:
Eigen_NumTraits.hpp:9
value_type.hpp
stan::math::value_type
Primary template class for metaprogram to compute the type of values stored in a container.
Definition:
value_type.hpp:18
[
Stan Home Page
]
© 2011–2018, Stan Development Team.