Packages
Libraries
- LAPACK
- Linear Algebra PACKage. LAPACK is a library of Fortran 77 subroutines for
solving the most commonly occurring problems in numerical linear algebra. To call
a routine in the package from a C/C++ program, append an underscore (_) to the
name of the routine. In addition, since FORTRAN passes variables by reference,
all scalar and array arguments must be passed as pointers.
- To link against LAPACK, just add "-llapack". However, depending
on the language and/or compiler, you may have to link to
additional libraries needed by LAPACK.
- Intel Math Kernel Library 6.1 (MKL)
- To link against the MKL, set MKLPATH=/usr/local/mkl/lib and follow the linking directions in the documentation
- BLACS Basic Linear Algebra Communication Subprogram
- SCALAPACK
parallel LAPACK.
Applications
|
|
|