############################################################################ # PLEASE NOTE: # # # # THE CBLAS ARE NOT PROVIDED BY NETLIB WHEN CLAPACK ROUTINES ARE REQUESTED.# # # # It is assumed that an optimized version of the BLAS are already # # present on your machine. If this is not the case, please refer # # to the clapack/cblas directory. # ############################################################################ file clapack/readme for overview of clapack file clapack/readme.install for Details of how CLAPACK was created , (!!!VERY IMPORTANT!!! PLEASE READ!!!) file clapack/clapack.tgz for (FOR NON EMAIL USERS ONLY) This is the COMPLETE package , (installation, testing, and timing) in tar gzip , form (5206025 bytes). This cannot be retrieved via email. , Updated: September 30, 1994 (LAPACK, version 2.0) , ** WILL BE AVAILABLE SOON FOR VERSION3.0 of LAPACK ** by Jim Demmel (demmel@cs.berkeley.edu) & Xiaoye Li (xiaoye@cs.berkeley.edu) file clapack/CLAw32.zip for CLAPACK for Win32. Refer to the readme.claw32 for details. , (6939277 bytes). , Contributed by Bob Denny file clapack/readme.claw32 for README File for CLAw32.zip installation. , Contributed by Bob Denny file clapack/testing.tgz for (FOR NON EMAIL USERS ONLY) This is a gzip tar file of , the testing directory (1762774 bytes). , REQUIRES f2clibs.tgz, so MUST download this tar file too. , This cannot be retrieved via email. file clapack/timing.tgz for (FOR NON EMAIL USERS ONLY) This is a gzip tar file of , the timing directory (933866 bytes). , REQUIRES f2clibs.tgz, so MUST download this tar file too. , This cannot be retrieved via email. file clapack/f2clibs.tgz for (FOR NON EMAIL USERS ONLY) Required by the library and testing/timing , routines for I/O and math functions. Included in the tar file of the , complete package (62251 bytes). lib clapack/single for single precision real CLAPACK routines , REQUIRES f2clibs.tgz, so MUST download this tar file too. prec single lib clapack/double for double precision real CLAPACK routines , REQUIRES f2clibs.tgz, so MUST download this tar file too. prec double lib clapack/complex for single precision complex CLAPACK routines , REQUIRES f2clibs.tgz, so MUST download this tar file too. prec complex lib clapack/complex16 for double precision complex CLAPACK routines , REQUIRES f2clibs.tgz, so MUST download this tar file too. prec doublecomplex lib clapack/util for CLAPACK utility routines lib clapack/cblas for Subdirectory containing f2c'ed BLAS routines. , REQUIRES f2clibs.tgz, so MUST download this tar file too. lib clapack/testing for Subdirectory containing the testing routines for clapack. , REQUIRES f2clibs.tgz, so MUST download this tar file too. lib clapack/timing for Subdirectory containing the timing routines for clapack. , REQUIRES f2clibs.tgz, so MUST download this tar file too. file clapack/index for This index # For the Fortran 77 implementation of LAPACK see directory lapack lib lapack for LAPACK. # For a c++ implementation of LAPACK see directory c++/lapack++ lib c++/lapack++ for LAPACK++. LAPACK extensions for high performance linear , algebra computations. This version includes support for solving linear , systems using LU, Cholesky, and QR matrix factorizations. by Roldan Pozo # For a distributed-memory implementation of LAPACK see directory scalapack lib scalapack for ScaLAPACK. A portable implementation of some of the core , routines in LAPACK across PVM, Intel machines, CM-5, and IBM SPs. # ******************* # Questions/comments? Direct email to lapack@cs.utk.edu # *******************