![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <stan/math/prim/meta/conjunction.hpp>#include <stan/math/prim/meta/disjunction.hpp>#include <stan/math/prim/meta/is_var.hpp>#include <stan/math/prim/meta/is_eigen_dense_dynamic.hpp>Go to the source code of this file.
Classes | |
| struct | stan::is_var_dense_dynamic< T > |
Check if a type is a var_value whose value_type is derived from Eigen::EigenBase and has dynamic rows and columns. More... | |
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 T > | |
| using | stan::require_var_dense_dynamic_t = require_t< is_var_dense_dynamic< std::decay_t< T > > > |
| Require type satisfies is_var_dense_dynamic. | |