ZhengzhongSun / Matrix-Inversion-with-CUDALinks
I implemented a parallel algorithm for matrix inversion based on Gauss-Jordan elimination.
☆45Updated 10 years ago
Alternatives and similar repositories for Matrix-Inversion-with-CUDA
Users that are interested in Matrix-Inversion-with-CUDA are comparing it to the libraries listed below
Sorting:
- C++ implementation of sparse matrix using CRS (Compressed Row Storage) format☆123Updated 5 years ago
- ☆20Updated 7 years ago
- matrix multiplication in CUDA☆123Updated 2 years ago
- CUSP : A C++ Templated Sparse Matrix Library☆417Updated 3 months ago
- Source code examples from the Parallel Forall Blog☆96Updated 6 years ago
- Example of how to use CUDA with CMake >= 3.8☆70Updated 5 months ago
- Source code repository for the projects from CUDA for Engineers☆132Updated 3 years ago
- CUDA Data Parallel Primitives Library☆436Updated 7 years ago
- Utilities for CUDA programming☆41Updated 6 years ago
- A shallow fork of SuiteSparse adding build files for Visual Studio and support for ACML☆102Updated 10 years ago
- Conjugate Gradient for Least Squares in CUDA☆52Updated 10 years ago
- MWE for using the Eigen library in CUDA kernels☆120Updated 3 years ago
- A matrix and array operation library on GPU with Eigen compatible interface☆99Updated 7 years ago
- Some CUDA design patterns and a bit of template magic for CUDA☆156Updated 2 years ago
- ☆44Updated 7 years ago
- CUDA official sample codes☆370Updated 10 years ago
- THIS REPOSITORY HAS MOVED TO github.com/nvidia/cub, WHICH IS AUTOMATICALLY MIRRORED HERE.☆85Updated last year
- Source code that accompanies The CUDA Handbook.☆550Updated last month
- Template for GPU accelerated python libraries☆49Updated 2 years ago
- CUDA C implementation of Principal Component Analysis (PCA) through Singular Value Decomposition (SVD) using a highly parallelisable vers…☆28Updated 6 years ago
- Conjugate Gradient solver written in CUDA☆28Updated 6 years ago
- ☆94Updated 8 years ago
- PLEASE SEE THE OFFICIAL REPOSITORY. THIS IS NOT MAINTAINED ANYMORE.