Create and debug ATLAS internal routines

The internal LAPACK routines are kept in AtlasBase/Clint/atlas-lp.base. Add your routine here, and update ATLAS/src/lapack's Make.ext and Makefile appropriately to build your routine.

You will add your routine in atlas-lp.base with an additional @ROUT keyline, but also do not forget to update the include file atlas_lapack.h at the bottom of the file as well. You will need to add your routine to the prototype part, as well as to the macro renaming part. Examine the basefile for details.

Once it is extracting, use your LAPACK-debugged tester to debug your code.



Clint Whaley 2012-07-10