home *** CD-ROM | disk | FTP | other *** search
/ vis-ftp.cs.umass.edu / vis-ftp.cs.umass.edu.tar / vis-ftp.cs.umass.edu / pub / Software / ASCENDER / ascender.tar.Z / ascender.tar / Triangulate / include / fibonaci_min.s < prev    next >
Text File  |  1995-04-13  |  407b  |  14 lines

  1. #ifndef incl_fibonaci_min_s
  2. #define incl_fibonaci_min_s
  3. #include "cvar.h"
  4.  
  5.  
  6. FUNCTION_DECL ( double fibonnacci_min, (
  7.    FUNCTION_DECL ( double (*f), (double)), /* The function to be minimized */
  8.    double low, double high,    /* The bounds in which the minimum lies */
  9.    FUNCTION_DECL (int (*time_to_stop),     /* The maximum acceptable error */
  10.     (double, double, double, double, double, double))
  11.    ));
  12.  
  13. #endif
  14.