Automatic Differentiation
 
Loading...
Searching...
No Matches
is_container_or_var_matrix.hpp
Go to the documentation of this file.
1#ifndef STAN_MATH_PRIM_META_IS_CONTAINER_OR_VAR_MATRIX_HPP
2#define STAN_MATH_PRIM_META_IS_CONTAINER_OR_VAR_MATRIX_HPP
3
13
14#include <type_traits>
15
16namespace stan {
17
22template <typename Container>
26
27} // namespace stan
28
29#endif
std::integral_constant< bool, B > bool_constant
Alias for structs used for wraps a static constant of bool.
bool_constant< math::disjunction< is_container< Container >, is_var_matrix< Container > >::value > is_container_or_var_matrix
Deduces whether type is eigen matrix, standard vector, or var<Matrix>.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
Definition fvar.hpp:9
Check if a type is a var_value whose value_type is derived from Eigen::EigenBase