[Numpy-discussion] single precision version of interp

Janko Hauser jhauser at ifm.uni-kiel.de
Mon Mar 13 18:59:54 EST 2000


Shouldn't this be handled in the function and decided by the typecode
of the parameters. Or put a typcode keyword parameter in the function
signature of interp. To derive functions for different types and put
these into the public namespace is not so good IMHO.

This could also be handled by a wrapper, which calls different the
compiled _functions.

__Janko




More information about the NumPy-Discussion mailing list