ZhengzhongSun / Matrix-Inversion-with-CUDALinks
I implemented a parallel algorithm for matrix inversion based on Gauss-Jordan elimination.
☆45Updated 9 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☆122Updated 5 years ago
- MWE for using the Eigen library in CUDA kernels☆119Updated 2 years ago
- CUSP : A C++ Templated Sparse Matrix Library☆416Updated last month
- Source code repository for the projects from CUDA for Engineers☆131Updated 3 years ago
- A shallow fork of SuiteSparse adding build files for Visual Studio and support for ACML☆102Updated 9 years ago
- Source code examples from the Parallel Forall Blog☆96Updated 6 years ago
- ☆20Updated 6 years ago
- Some CUDA design patterns and a bit of template magic for CUDA☆156Updated 2 years ago
- OpenMP tutorial☆40Updated 4 months ago
- ☆44Updated 7 years ago
- Corrected source for the OpenCL in Action book (work in progress)☆64Updated 12 years ago
- CUDA official sample codes☆372Updated 9 years ago
- Source code that accompanies The CUDA Handbook.☆539Updated 7 months ago
- CUDA Data Parallel Primitives Library☆433Updated 6 years ago
- matrix multiplication in CUDA☆123Updated 2 years ago
- CUDA C implementation of Principal Component Analysis (PCA) through Singular Value Decomposition (SVD) using a highly parallelisable vers…☆27Updated 6 years ago
- Utilities for CUDA programming☆41Updated 6 years ago
- Conjugate Gradient for Least Squares in CUDA☆52Updated 10 years ago
- KMeans clustering in Eigen.☆26Updated 9 years ago
- Example of how to use CUDA with CMake >= 3.8☆70Updated 3 months ago
- CUDA implementation of exclusive prefix sum via Blelloch's algorithm☆28Updated 8 years ago
- A matrix and array operation library on GPU with Eigen compatible interface☆98Updated 7 years ago
- An expression template based linear algebra library running completely on the GPU using CUDA☆25Updated 4 years ago
- Template for GPU accelerated python libraries☆50Updated 2 years ago
- Sparse-dense matrix-matrix multiplication on GPUs☆14Updated 6 years ago
- This is a cross-platform, CUDA-based C++ library for general-purpose, unconstrained nonlinear optimization on the GPU. It implements the …☆138Updated 5 years ago
- PLEASE SEE THE OFFICIAL REPOSITORY. THIS IS NOT MAINTAINED ANYMORE.☆93Updated 5 years ago
- ☆94Updated 8 years ago
- C++ library for reading and writing of numpy's .npy files☆416Updated 11 months ago
- CSR-based SpGEMM on nVidia and AMD GPUs☆46Updated 9 years ago