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
Since std::complex<T> can be losslessly converted to/from Complex{T} for typical bitstypes T, it seems like these conversions should be automatic in Cxx.jl?
I was thinking of submitting a PR for this, but wanted to check whether this is desired.
The text was updated successfully, but these errors were encountered:
Since
std::complex<T>
can be losslessly converted to/fromComplex{T}
for typical bitstypesT
, it seems like these conversions should be automatic in Cxx.jl?I was thinking of submitting a PR for this, but wanted to check whether this is desired.
The text was updated successfully, but these errors were encountered: