Stan Math Library
2.6.3
probability, sampling & optimization
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerator
Friends
Macros
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 {
5
6
template
<
typename
T>
7
struct
is_fvar
{
8
enum
{
value
=
false
};
9
};
10
11
}
12
#endif
13
stan::is_fvar::value
Definition:
is_fvar.hpp:8
stan::is_fvar
Definition:
is_fvar.hpp:7
[
Stan Home Page
]
© 2011–2015, Stan Development Team.