Stan Math Library  2.12.0
reverse mode automatic differentiation
is_constant_struct.hpp
Go to the documentation of this file.
1 #ifndef STAN_MATH_PRIM_SCAL_META_IS_CONSTANT_STRUCT_HPP
2 #define STAN_MATH_PRIM_SCAL_META_IS_CONSTANT_STRUCT_HPP
3 
5 
6 namespace stan {
7 
12  template <typename T>
15  };
16 
17 }
18 #endif
Metaprogramming struct to detect whether a given type is constant in the mathematical sense (not the ...
Definition: is_constant.hpp:22
Metaprogram to determine if a type has a base scalar type that can be assigned to type double...

     [ Stan Home Page ] © 2011–2016, Stan Development Team.