home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / apps / math / euler / source / helpf.h < prev    next >
Text File  |  1991-03-07  |  568b  |  19 lines

  1. void minmax (double *x, LONG n, double *min, double *max,
  2.     int *imin, int *imax);
  3. void transpose (header *hd);
  4. void vectorize (header *init, header *step, header *end);
  5. void mfft (header *hd);
  6. void mifft (header *hd);
  7. void mtridiag (header *hd);
  8. void mcharpoly (header *hd);
  9. void mscompare (header *hd);
  10. void mfind (header *hd);
  11. void mdiag2 (header *hd);
  12. void mband (header *hd);
  13. void mdup (header *hd);
  14. void make_complex (header *hd);
  15. void mvconcat (header *hd);
  16. void mhconcat (header *hd);
  17. void wmultiply (header *hd);
  18. void smultiply (header *hd);
  19.