CLAPACK (f2c'ed version of LAPACK) (original) (raw)
Frequently Asked Questions (FAQ)
############################################################################
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 for This index
file for overview of clapack
file <readme.install> for Details of how to install CLAPACK , (!!!VERY IMPORTANT!!! PLEASE READ!!!)
file <readme.maintain> for Details of how CLAPACK was created , (!!!VERY IMPORTANT!!! PLEASE READ!!!)
file <clapack.h> for Include file of C prototypes
file <f2c.h> for Include file of f2c
file <clapack.tgz> for CLAPACK, version 3.2.1 (threadsafe) , (7221385 bytes). , Updated: June 25, 2009 by Peng Du, Keith Seymour and Julie Langou (University of Tennessee)
file <CLAPACK-3.1.1-VisualStudio.zip> for CLAPACK, version 3.1.1 for Windows (42574025 bytes) by Julie Langou
file <LIB%5FWINDOWS/prebuilt%5Flibraries%5Fwindows.html> for: CLAPACK, version 3.1.1 for Windows Prebuilt libraries for Windows 32 bits and 64 bits : Release, Debug, Release without wrap, Debug without wrap by Julie Langou
file <clapack-3.2.1-CMAKE.tgz> for: CLAPACK, version 3.2.1 CMAKE package. , for UNIX Make, MAC xcode, Windows (Nmake, Visual Studio all versions) 32 or 64 bits. , [REQUIRE CMAKE - http://www.cmake.org/ Running doc: http://www.cmake.org/cmake/help/runningcmake.html] , FEEDBACK WELCOME --> http://icl.cs.utk.edu/lapack-forum by Julie Langou
#------------------
Previous releases:
#------------------
file <clapack-3.1.1.1.tgz> for CLAPACK, version 3.1.1.1 (threadsafe version of 3.1.1) , (5306483 bytes). , Updated: October 8, 2008 file <LAPACK-revisions3.1.0.info> for 3.1.0 revision info file <LAPACK-revisions3.1.1.info> for 3.1.1 revision info file <CLAPACK-revisions3.1.1.1.info> for 3.1.1.1 revision info by Julie Langou and Peng Du (University of Tennessee)
file <clapack3.tgz> for CLAPACK, version 3.0 , (6157628 bytes). , Updated: September 20, 2000 by David Bindel (dbindel@cs.berkeley.edu) & Jim Demmel (demmel@cs.berkeley.edu)
file <CLAw32.zip> for CLAPACK for Win32. Refer to the readme.claw32 for details. , Requires clapack2.tgz (version 2.0) , (6939277 bytes). , Contributed by Bob Denny rdenny@dc3.com
file <clapack2.tgz> for CLAPACK, version 2.0 (required by CLAw32.zip) , (6157628 bytes). , Updated: Sept, 1994
file <CLAPACK3-Windows.zip> for CLAPACK, version 3.0 Windows , (34159268 bytes) , Contributed by Bob Denny <rdenny@dc3.com
file <readme.claw32> for README File for CLAw32.zip installation. , Requires clapack2.tgz (version 2.0) , Contributed by Bob Denny rdenny@dc3.com
#------------------
Related Projects:
#------------------
For the Fortran 77 implementation of LAPACK see directory lapack
lib ../lapack for LAPACK.
For the Fortran95 interface to LAPACK see directory lapack95
lib ../lapack95 for LAPACK95 is the Fortran95 interface to LAPACK. by Jerzy Wasniewski jerzy.wasniewski@uni-c.dk
For the Fortran-to-Java LAPACK see directory java/f2j/
lib ../java/f2j for JLAPACK
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 pozo@cs.utk.edu
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 MPI, PVM, Intel Paragon, IBM SP, and SGI O2K.