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

◆ complex_base() [2/3]

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

Construct a complex base with the specified real part and a zero imaginary part.

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

Definition at line 43 of file complex_base.hpp.