News

The pinverse module provides functions and subroutines for calculating the SVD and pseudoinverse of a matrix. It includes the following functionalities: svd: Subroutine to compute the SVD of a matrix.
This program demonstrates how to solve a sparse, square matrix using the UMFPACK library in a Fortran 90 program. This example is intended as a starting point for people who want to use UMFPACK with ...