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