roywang
04-26-2002, 07:13 PM
Hi, all.
Can someone tell me why only the double version
of sort() and hpsort() are given? Can I simply
copy the code and change the function header to
include Vec_IO_INT and Vec_IO_SP to implement
the integer and float versions of sort(), hpsort()?
I am in need of these two new types as my input data
are not always double. It is senseless to convert data types if
the code is generic with respect to datatype.
Roy.
Can someone tell me why only the double version
of sort() and hpsort() are given? Can I simply
copy the code and change the function header to
include Vec_IO_INT and Vec_IO_SP to implement
the integer and float versions of sort(), hpsort()?
I am in need of these two new types as my input data
are not always double. It is senseless to convert data types if
the code is generic with respect to datatype.
Roy.