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

◆ conj() [4/5]

template<typename StdVec , require_std_vector_st< is_complex, StdVec > * = nullptr>
auto stan::math::conj ( const StdVec &  z)
inline

Return the complex conjugate the vector with complex scalar components.

Template Parameters
StdVecA std::vector type with complex scalar type
Parameters
[in]zargument
Returns
complex conjugate of the argument

Definition at line 42 of file conj.hpp.