C***********************************************************************
C NUMERICAL LIBRARY FOR THE CGCODE PACKAGE.
C DOUBLE PRECISION VERSION.
C
C BLAS ROUTINES:
C    DAXPY
C    DCOPY
C    DDOT
C    DNRM2
C    DSCAL
C EISPACK ROUTINES:
C    RATQR
C OTHER ROUTINES:
C    EPSLON
C    D1MACH
C***********************************************************************
C
C    *** Note:  CgCode is extremely sensitive to the correct and efficient 
C               performance of these routines, and it is extremely important
C               that these routines be correctly installed on your computer.  
C               Therefore, we do not usually provide these routines.  See your 
C               system administrator for more information on how to access 
C               them if they have been installed already (and they probably
C               have been if there are other numerical software packages 
C               running at your site), or send electronic mail to netlib to 
C               obtain the software if it is not available on your system.
C
C               If you still have trouble obtaining these routines, we may 
C               be able to provide some of them.  However, as we may not be 
C               familiar with your particular architecture, the performance 
C               of CgCode may suffer if the routines are not properly installed.
C
C***********************************************************************
