Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::is_eigen_matrix_or_array = typedef math::disjunction<is_eigen_matrix_base<T>, is_eigen_array<T> > |
Check if a type is derived from Eigen::MatrixBase
or Eigen::ArrayBase
T | type to check. |
Definition at line 237 of file is_eigen.hpp.