Stan Math Library
5.0.0
Automatic Differentiation
|
Template metaprogram defining the scalar type for values stored in a complex number.
T | type of complex number |
Definition at line 57 of file is_complex.hpp.
#include <is_complex.hpp>
Public Types | |
using | type = std::complex< typename std::decay_t< T >::value_type > |