Stan Math Library
4.9.0
Automatic Differentiation
|
|
inlineconstexpr |
Return a complex value from a real component and an imaginary component.
Default values for both components is 0.
T | type of real component |
S | type of imaginary component |
[in] | re | real component (default = 0) |
[in] | im | imaginary component (default = 0) |
Definition at line 23 of file to_complex.hpp.