Stan Math Library
4.9.0
Automatic Differentiation
|
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.
T | Type to check |
Definition at line 22 of file is_eigen_dense_dynamic.hpp.