.. _linalg: ============================================================= Linear Algebra software ============================================================= See :ref:`lapack_examples` for some examples. See :ref:`lapack_install` for installation instructions. See :ref:`fortran_software` for other Fortran software packages. * `LAPACK `_ * `LAPACK User's Guide `_ * :ref:`blas` * `Automatically Tuned Linear Algebra Software (ATLAS) `_ * `PETSc `_ * ``_ To install BLAS and LAPACK see the links above and also: * ``_ On some linux systems, including the VM for the class, you can install both BLAS and LAPACK via:: $ sudo apt-get install liblapack-dev