At Fri, 6 May 2011 11:24:00 -0400, Maiullo, James - GS wrote: > > A prototype for this function exists > ./gsl/gsl_sort_double.h:void gsl_sort_index (size_t * p, const double * data, > const size_t stride, const size_t n); > ./sort/gsl_sort_double.h:void gsl_sort_index (size_t * p, const double * > data, const size_t stride, const size_t n); > > but there is no source.
Hello. The function name itself does not appear directly in the source code but it is defined via macros in sortvecind.c and sortvecind_source.c. -- Brian Gough _______________________________________________ Bug-gsl mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-gsl
