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

◆ conj() [3/5]

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

Return the complex conjugate the Eigen object.

Template Parameters
EigA type derived from Eigen::EigenBase
Parameters
[in]zargument
Returns
complex conjugate of the argument

Definition at line 30 of file conj.hpp.