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

◆ get_real() [1/3]

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

Return the real component of the complex argument.

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

Definition at line 18 of file get_real.hpp.