sparse-linear-algebra
There are 11 repositories under sparse-linear-algebra topic.
cornell-zhang/HiSparse
High-Performance Sparse Linear Algebra on HBM-Equipped FPGAs Using HLS
JuliaSparse/SuiteSparse.jl
Development of SuiteSparse.jl, which ships as part of the Julia standard library.
jvdp1/libsparse
Fortran library to handle sparse matrices
Helmholtz-AI-Energy/pyGinkgo
PyGinkgo is a Python binding for the Ginkgo framework, providing access to Ginkgo's powerful linear algebra capabilities from Python.
athelaf/cfs-spmv
Conflict-free symmetric SpMV library
SciRuby/ruby-sparse
Ruby Library for Sparse Tensors
SparseLinearAlgebra/GraphBLAS-sharp
GPGPU-based GraphBLAS-like API implementation in F# (using Brahma.FSharp and OpenCL)
Excalibur-SLE/spmv
Distributed-memory SpMV library with CG solver
jacobwilliams/lusol
Fortran Package Manager library for LUSOL
JNSresearcher/SOLVERS_BCGSTAB_GMRES
Some results of my research on the BiCGSTAB and GMRES methods for calculating sparse systems and fields using Fortran
Hsparkcon/CSE701_Project_02
CSE701 Project 02, implementation of SpMV and SpMV_T using COO, CSC, CSR in C++ with addtional functions