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

◆ complex_base() [3/3]

template<typename ValueType >
template<typename U , typename V >
stan::math::complex_base< ValueType >::complex_base ( const U &  re,
const V &  im 
)
inline

Construct a complex base with the specified real and imaginary parts.

Template Parameters
Ureal type (assignable to value_type)
Vimaginary type (assignable to value_type)
Parameters
[in]rereal part
[in]imimaginary part

Definition at line 55 of file complex_base.hpp.