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

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.