You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|Constructs a marray of complex numbers with real value x, and the imaginary values in marray y.
195
195
|`mgencomplex make_complex_marray(const mgenfloat& x, const mgenfloat& y, std::integer_sequence int_seq);`
196
196
|Constructs a marray of complex numbers from real values in marray x, and the imaginary values in marray y. Each element should be constructed from the corresponding index within `int_seq` and the returned marray size should be the same as the `int_seq` size.
@@ -208,9 +208,9 @@ proposed.
208
208
|Set each element of the real components in x to the corresponding element in y.
0 commit comments