Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ get_imag() [1/3]

template<typename T >
T stan::math::get_imag ( const std::complex< T > &  z)
inline

Return the imaginary component of the complex argument.

Template Parameters
Tvalue type of complex argument
Parameters
[in]zcomplex value whose imaginary component is extracted
Returns
imaginary component of argument

Definition at line 18 of file get_imag.hpp.