lapack_d_test


lapack_d_test, a Fortran90 code which calls lapack_d(), which is a standard linear algebra package for solving linear systems, computing matrix factorizations, and solving eigenvalue problems. This version uses double precision arithmetic, and assumes the matrix and vector data is real.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Related Data and Programs:

lapack_d, a Fortran90 code which is a standard linear algebra package for solving linear systems, computing matrix factorizations, and solving eigenvalue problems. This version uses double precision arithmetic, and assumes the matrix and vector data is real.

Source code:


Last revised on 03 June 2024.