![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/prim/scal/meta/is_fvar.hpp>
#include <stan/math/prim/scal/meta/scalar_type.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_fvar = math::disjunction< is_fvar< typename scalar_type< T >::type >... > |
Extends std::true_type when instantiated with at least 1 template parameter that is a fvar. More... | |