On 23 Jul 2013 15:55, "Stéfan van der Walt" <ste...@sun.ac.za> wrote:
>
> On Tue, Jul 23, 2013 at 4:51 PM, Nathaniel Smith <n...@pobox.com> wrote:
> > Don't know if we want to actually do this, but it's doable.
>
> Would we need a matching conjugate data-type for each complex
> data-type then, or can the data-type be "parameterized"?

Right now dtypes can't be parametrized. In this particular case it doesn't
matter a whole lot anyway I think - you'd have to write basically the same
code to handle different width complex types in either case, the difference
is just whether that code got called at runtime or build time.

-n
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to