![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/prim/scal/meta/is_vector.hpp>
#include <stan/math/prim/scal/meta/disjunction.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
Typedefs | |
template<typename... T> | |
using | stan::contains_vector = math::disjunction< is_vector< T >... > |
Metaprogram to determine if any of the provided types is a std::vector. More... | |