Automatic Differentiation
 
Loading...
Searching...
No Matches
is_container_or_var_matrix.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 

Typedefs

template<typename Container >
using stan::is_container_or_var_matrix = bool_constant< math::disjunction< is_container< Container >, is_var_matrix< Container > >::value >
 Deduces whether type is eigen matrix, standard vector, or var<Matrix>.