Stan Math Library
2.15.0
reverse mode automatic differentiation
stan
math
prim
arr
meta
is_constant_struct.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_PRIM_ARR_META_IS_CONSTANT_STRUCT_HPP
2
#define STAN_MATH_PRIM_ARR_META_IS_CONSTANT_STRUCT_HPP
3
4
#include <
stan/math/prim/scal/meta/is_constant.hpp
>
5
#include <
stan/math/prim/scal/meta/is_constant_struct.hpp
>
6
#include <vector>
7
8
namespace
stan
{
9
10
template
<
typename
T>
11
struct
is_constant_struct
<
std
::vector<T> > {
12
enum
{
value
=
is_constant_struct<T>::value
};
13
};
14
15
}
16
#endif
17
stan
Definition:
log_sum_exp.hpp:8
std
Definition:
std_numeric_limits.hpp:7
is_constant_struct.hpp
stan::is_constant_struct
Metaprogram to determine if a type has a base scalar type that can be assigned to type double...
Definition:
is_constant_struct.hpp:13
stan::is_constant_struct::value
Definition:
is_constant_struct.hpp:14
is_constant.hpp
[
Stan Home Page
]
© 2011–2016, Stan Development Team.