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

◆ conj() [3/4]

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

Return the complex conjugate the Eigen object.

Template Parameters
EigA type derived from Eigen::EigenBase with an inner complex autodiff type.
Parameters
[in]zargument
Returns
complex conjugate of the argument

Definition at line 43 of file conj.hpp.