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

◆ is_eigen_dense_dynamic

template<typename T >
using stan::is_eigen_dense_dynamic = typedef stan::internal::is_eigen_matrix_dynamic_impl< std::decay_t<T>, stan::is_eigen_dense_base<std::decay_t<T> >::value>

Checks whether type T is derived from Eigen::DenseBase and has dynamic rows and columns.

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 22 of file is_eigen_dense_dynamic.hpp.