LAPACK is set of Fortran77 routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. CLAPACK is the C version of LAPACK (CLAPACK).
SBW CLAPACK is simply CLAPACK with an SBW interface to some of the more useful routines, in paritcular, matrix inversion, eigenvalues, eigenvectors, QR factorization, and LU decomposition. Both complex and real number support is provided, for example, inversion is provided in two forms, one to invert a real matrix and another to invert a matrix of complex values.
Inspector screen show showing the list of exposed methods.
The SBW CLAPACK module is installed with SBW. For more information see the SBW installation page.
The SBW CLAPACK module is fully supported on Windows, Mac OS X, and Linux.