Stan Math Library
2.20.0
reverse mode automatic differentiation
stan
math
prim
scal
meta
is_fvar.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_PRIM_SCAL_META_IS_FVAR_HPP
2
#define STAN_MATH_PRIM_SCAL_META_IS_FVAR_HPP
3
4
namespace
stan
{
9
template
<
typename
T>
10
struct
is_fvar
{
11
enum
{
value
=
false
};
12
};
13
14
}
// namespace stan
15
#endif
stan
Definition:
log_sum_exp.hpp:8
stan::is_fvar
Defines a public enum named value which is defined to be false as the primitive scalar types cannot b...
Definition:
is_fvar.hpp:10
stan::is_fvar::value
Definition:
is_fvar.hpp:11
[
Stan Home Page
]
© 2011–2018, Stan Development Team.