64-bit FORTRAN

Scientific subroutine libraries (minimally) modified for 8-Byte (64-bit) Real and 16-Byte (128-bit) Double Precision; with 16-Byte Complex and 32-Byte Double Complex, using HP Fortran V8.0:

SLATEC Common Mathematical Library, including EISPACK, LINPACK, FC, LSEI, WNNLS, SPLP, QUADPACK, DEPAC, FISHPACK, FFTPACK, and PCHIP, with special functions from FNLIB, FUNLIB, FUNPACK, and AMOSLIB.

*** Modified slightly for HP Fortran90 /Real=64 /Int=64 /Double=128 **

LAPack.v3 Linear Algebra Package, superseding LINpack, EISpack, ??better than SLATEC on some Matrix problems.

*** Compiles with HP Fortran90 /Real=64 /Int=64 /Double=128

*** z-Routines have ALL been modified for Double Complex = Complex*32
*** This consists of replacing :
--- COMPLEX*16 -> DOUBLE COMPLEX;
--- DBLE -> REAL;
--- DIMAG -> AIMAG;
--- DCONJG -> CONJG;
--- CMPLX -> QCMPLX .
***

netLib Index of LAPack.v3