CXML
The Compaq Extended Math Library (CXML) is a set of mathematical subroutines that are optimized for the Alpha platform.
CXML includes subroutines covering the areas of:
- Basic Linear Algebra (BLAS)
- Linear and Eigen System Solvers (LAPACK)
- Sparse Linear System Solvers
- Signal Processing
- SciPort 64-bit single precision library routines for Cray users converting to Alpha systems
Installed on rachel and jonas.
Usage
Link with a command like
f90 prog.f -lcxml (serial version) f90 prog.f -lcxmlp (parallel version)
See also
- CXML home page
- man dxml for the cxml man page.