Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 727 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 727 Bytes

SF_SPARSE

This package contains the sparse matrix implementation contained in SciFortran.

Building and using

The project was built using the Fortran Package Manager.

To use SF_SPARSE within your FPM project, add the following to your fpm.toml file:

[dependencies]
SF_SPARSE = { git="https://github.com/SamueleGiuli/SF_SPARSE.git" }

Authors and contributors