Fortran 90/95 library for sparse matrices?
问题 I am looking for a library for dealing with sparse matrices in fortran 90/95. I only need very basic operations like matrix-vector multiplication. What do you suggest I use? I have searched around and an extension(?) to BLAS called "sparse blas", documented in chapter 3 of the blast technical forum specification: http://www.netlib.org/blas/blast-forum/, seems ideal. According to that document, there should be a fortran 95 interface to the library. However, I haven't been able to find an