home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / eispack-1.0-src.tgz / tar.out / contrib / eispack / 3090vf / index < prev    next >
Text File  |  1996-09-28  |  1KB  |  37 lines

  1. # The files here comprise a version of EISPACK that has been tuned to
  2. # take advantage of the cache, the vector registers, and the vectorizing
  3. # compiler of the IBM 3090-VF.  Some of these files were not modified at
  4. # all (from the original EISPACK versions), but are included here for
  5. # completeness.
  6.  
  7. lib    eispack/3090vf/paper
  8. for    description of changes to eispack
  9. by    Cline and Meyering
  10.  
  11. lib    eispack/3090vf/single
  12. prec    single
  13. by    Cline and Meyering
  14.  
  15. lib    eispack/3090vf/double
  16. prec    double
  17. by    Augustin Dubrulle
  18.  
  19. # Thus to get the file double precision vectorized tql2 subroutine, say
  20. #      send tql2 from eispack/3090vf/d.
  21. # To get the corresponding single precision, say
  22. #      send tql2 from eispack/3090vf/s.
  23. # Because the code contains a few IBM-specific constructions not understood
  24. # by the compiler here, netlib can not provide its customary dependency
  25. # analysis.  So you have to ask for each subroutine individually.  For a
  26. # list of subroutines, see the index for (standard) eispack.
  27. # Patches posted to the na-digest have been applied to the appropriate
  28. # files.  For details, "send changes from eispack/3090vf/s".
  29. #     A. Cline and J. Meyering, "Converting EISPACK to run efficiently on
  30. #          a vector processor", Tech. Memo., Pleasant Valley Software,
  31. #          Austin TX, 1989.
  32. #     A.A. Dubrulle, "A version of EISPACK for the IBM 3090VF", TR G320-3510,
  33. #          IBM Scientific Center, Palo Alto CA, 1988.
  34.