lapack_test, a Python code which calls lapack(), which is a standard linear algebra package for solving linear systems, computing matrix factorizations, and solving eigenvalue problems. A version of the lapack() library is available in scipy.linalg.lapack.
The information on this web page is distributed under the MIT license.
lapack_test is available in a C version and a C++ version and a Fortran77 version and a Fortran90 version and a FreeFem++ version and a Python version.
linear_algebra, a Python code which carries out various linear algebra operations for matrices stored in a variety of formats.