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

◆ complex() [4/4]

template<typename T >
template<typename U , typename V >
std::complex< stan::math::fvar< T > >::complex ( const U &  re,
const V &  im 
)
inline

Construct a complex number from the specified real and imaginary parts.

Template Parameters
Utype of real part
Vtype of imaginary part
Parameters
[in]rereal part
[in]imimaginary part

Definition at line 52 of file std_complex.hpp.