I'm writing a function that accepts four possible dtypes: int32, int64, float32, float64. The function will call a C extension (wrapped in Cython). What are the equivalent C types? int, long, float, double, respectively? Will that work on all systems? _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
- [Numpy-discussion] Mapping of dtype to C types Keith Goodman
- Re: [Numpy-discussion] Mapping of dtype to C types John Salvatier
- Re: [Numpy-discussion] Mapping of dtype to C types Nathaniel Smith
- Re: [Numpy-discussion] Mapping of dtype to C types Pauli Virtanen
- Re: [Numpy-discussion] Mapping of dtype to C ty... Keith Goodman
- Re: [Numpy-discussion] Mapping of dtype to ... Sturla Molden
- Re: [Numpy-discussion] Mapping of dtype... Olivier Delalleau
- Re: [Numpy-discussion] Mapping of ... Bruce Southey