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

◆ conj() [1/4]

template<typename V , require_complex_bt< std::is_arithmetic, V > * = nullptr>
auto stan::math::conj ( const 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 18 of file conj.hpp.