Outline of Steps

Here are the general steps to use when adding an LAPACK routine to ATLAS:
  1. Create and debug tester using LAPACK
  2. Write and test ATLAS internal routines using above tester
  3. Update atlas_clapack.h to include your new routines
  4. Create C and F77 interfaces to your routine
  5. Update clapack.h
  6. Update the LAPACK quick reference guides.



Clint Whaley 2012-07-10