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

◆ operator=()

template<typename T >
template<typename U , typename = stan::require_arithmetic_t<U>>
auto & std::complex< stan::math::fvar< T > >::operator= ( const std::complex< U > &  x)
inline

Set the real and imaginary parts to those of the specified complex number.

Template Parameters
Uvalue type of argument
Parameters
[in]xcomplex number to set
Returns
this

Definition at line 63 of file std_complex.hpp.