Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ is_dense_dynamic

template<typename T >
using stan::is_dense_dynamic = typedef internal::is_dense_dynamic_impl<std::decay_t<T> >

Checks whether type T is derived from Eigen::DenseBase and has dynamic rows and columns or is a var_value<> whose inner type satisfies the conditions above.

If true this will have a static member function named value with a type of true, else value is false.

Template Parameters
TType to check

Definition at line 39 of file is_dense_dynamic.hpp.