Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::require_complex_bt = typedef require_all_t<is_complex<Check>, TypeCheck<base_type_t<Check> >> |
Require type satisfies is_eigen.
and scalar type satisfies TypeCheck
TypeCheck | The type trait to check the scalar type against |
Check | The type to test is_eigen for and whose scalar_type is checked with TypeCheck |
Definition at line 169 of file is_complex.hpp.