Automatic Differentiation
 
Loading...
Searching...
No Matches
contains_std_vector.hpp
Go to the documentation of this file.
1#ifndef STAN_MATH_PRIM_META_CONTAINS_STD_VECTOR_HPP
2#define STAN_MATH_PRIM_META_CONTAINS_STD_VECTOR_HPP
3
7#include <type_traits>
8
9namespace stan {
13template <typename... Ts>
15} // namespace stan
16
17#endif
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
Definition fvar.hpp:9
Extends std::false_type when instantiated with zero or more template parameters, all of which extend ...