slafi / SparseMatrixReordering
In this project, I implemented few .m functions which allow to reorder a sparse matrix read from a Matrix Market file using either the Reverse Cuthill-McKee (RCM) or Nested Dissection (ND) algorithms.
☆8Updated 5 years ago
Alternatives and similar repositories for SparseMatrixReordering:
Users that are interested in SparseMatrixReordering are comparing it to the libraries listed below
- Fast Sparse Multifrontal Solver☆10Updated 9 years ago
- ☆15Updated 3 years ago
- CUDA Sparse-Matrix Vector Multiplication, using Sliced Coordinate format☆21Updated 6 years ago
- test for different solvers: suitesparse-chol mkl-pardiso eigen-ldlt suitesparse-umf gpu-cublas eigen-cg.☆25Updated 6 years ago
- GLU - GLU-accelerated Sparse Parellel LU factorization solver V3.0☆33Updated 4 years ago
- CSR-based SpGEMM on nVidia and AMD GPUs☆45Updated 8 years ago
- SOPT: Sparse OPTimisation.☆21Updated 7 years ago
- Sparse-dense matrix-matrix multiplication on GPUs☆14Updated 6 years ago
- Conjugate Gradient for Least Squares in CUDA☆52Updated 9 years ago
- ☆43Updated 4 years ago
- Repository holding the code base to AC-SpGEMM : "Adaptive Sparse Matrix-Matrix Multiplication on the GPU"☆28Updated 4 years ago
- A library of various helper routines and frameworks used by many of the lab's software☆50Updated 11 months ago
- Fast and full-featured Matrix Market I/O library for C++, Python, and R☆78Updated 8 months ago
- This is a tuned sparse matrix dense vector multiplication(SpMV) library☆21Updated 9 years ago
- Implementation of ConjugateGradients method using C and Nvidia CUDA☆51Updated 2 years ago
- ☆11Updated 4 years ago
- EGGS, a method to speed up sparse matrix operations when the same sparsity is used for multiple times. This repo contains examples that s…☆25Updated 4 years ago
- ☆26Updated this week
- Efficient SpGEMM on GPU using CUDA and CSR☆51Updated last year
- This is a c++ port initially performed by Luis Ibanez of the LSQR library of Chris Paige and Michael Saunders. The same methodology was a…☆23Updated 2 months ago
- Code samples for the CUDA tutorial "CUDA and Applications to Task-based Programming"☆88Updated last year
- Fast matrix multiplication☆29Updated 3 years ago
- Matlab mex wrappers to cuSPARSE (NVIDIA)☆11Updated 4 months ago
- C++ implementation of sparse matrix using CRS (Compressed Row Storage) format☆112Updated 4 years ago
- MagmaDNN: a simple deep learning framework in c++☆49Updated 4 years ago
- This package includes the implementation for four sparse linear algebra kernels: Sparse-Matrix-Vector-Multiplication (SpMV), Sparse-Trian…☆26Updated 4 years ago
- A GPU performance prediction toolkit for CUDA programs☆16Updated 6 years ago
- Parallel Tensor Infrastructure (ParTI!)☆28Updated 4 years ago
- A sample code for sparse cholesky solver with cuSPARSE and cuSOLVER library☆19Updated 5 years ago
- I implemented a parallel algorithm for matrix inversion based on Gauss-Jordan elimination.☆45Updated 9 years ago