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

◆ complex_conj()

template<typename V >
std::complex< V > stan::math::internal::complex_conj ( const std::complex< V > &  z)
inline

Return the complex conjugate the complex argument.

Template Parameters
Vvalue type of argument
Parameters
[in]zargument
Returns
complex conjugate of the argument

Definition at line 58 of file conj.hpp.