Stan Math Library  2.20.0
reverse mode automatic differentiation
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
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 Home Page ] © 2011–2018, Stan Development Team.