Next: Other Sources of Information
Up: 22s:295:002 High Performance Computing
Previous: Some C Resources
This section lists some useful libraries available on the lab
workstations.
- IMSL
libraries are available in /opt/vni/. Read the
README file to find out how to use them.
- LAPACK
is
installed in the standard library directory and can be used by
linking with the -llapack flag for standalone programs.
LAPACK can also be used with R; see the Writing R
Extensions
manual for details.
- GSL
The GNU
Scientific Library. GSL is installed in the standard library
directory and can be used by linking with the -lgsl flag
for standalone programs.
Luke Tierney
2007-08-28