arneish / CUDA-PCA-jacobiLinks
CUDA C implementation of Principal Component Analysis (PCA) through Singular Value Decomposition (SVD) using a highly parallelisable version of the Jacobi eigenvalue algorithm.
☆26Updated 6 years ago
Alternatives and similar repositories for CUDA-PCA-jacobi
Users that are interested in CUDA-PCA-jacobi are comparing it to the libraries listed below
Sorting:
- MWE for using the Eigen library in CUDA kernels☆119Updated 2 years ago
- PLEASE SEE THE OFFICIAL REPOSITORY. THIS IS NOT MAINTAINED ANYMORE.☆93Updated 5 years ago
- An expression template based linear algebra library running completely on the GPU using CUDA☆25Updated 4 years ago
- A library that implements the maxflow-mincut algorithm.☆44Updated 4 years ago
- Example of how to use CUDA with CMake >= 3.8☆70Updated last month
- Some CUDA design patterns and a bit of template magic for CUDA☆155Updated 2 years ago
- A shallow fork of SuiteSparse adding build files for Visual Studio and support for ACML☆101Updated 9 years ago
- Source code examples from the Parallel Forall Blog☆96Updated 6 years ago
- KMeans clustering in Eigen.☆26Updated 9 years ago
- The CMake version of cuda_by_example☆149Updated 5 years ago
- ☆22Updated 7 years ago
- ☆20Updated 6 years ago
- High-Performance Computing: CPU Instructions, GPU OpenCL & CUDA, etc.☆14Updated last year
- ☆44Updated 7 years ago
- C++ implementation of sparse matrix using CRS (Compressed Row Storage) format☆115Updated 4 years ago
- Efficient graph clustering software for normalized cut and ratio association on undirected graphs. Copyright(c) 2008 Brian Kulis, Yuqiang…☆22Updated 13 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
- Source code repository for the projects from CUDA for Engineers☆131Updated 3 years ago
- A dynamic GPU memory allocator, suitable for warp synchronized scenarios.☆11Updated 5 years ago
- Conjugate Gradient for Least Squares in CUDA☆52Updated 9 years ago
- A tiny least squares solver targeting extreme performance on repeated minimizations☆44Updated 9 years ago
- kmeans clustering with multi-GPU capabilities☆119Updated 2 years ago
- CUSP : A C++ Templated Sparse Matrix Library☆415Updated last month
- QRKit is an extension of Eigen C++ library that allows for efficient QR decomposition of sparse matrices with common sparsity patterns.☆16Updated 4 years ago
- Large octree map construction and rendering with CUDA and OpenGL☆56Updated 10 years ago
- C++ library for fast Gauss transforms.☆68Updated last year
- Framework for Sparse Non-linear Least Squares Optimization on a GPU☆42Updated last year
- I implemented a parallel algorithm for matrix inversion based on Gauss-Jordan elimination.☆45Updated 9 years ago
- A gpu based implementation of a K-D Tree Builder☆114Updated 5 years ago
- A matrix and array operation library on GPU with Eigen compatible interface☆98Updated 7 years ago