arneish / parallel-PCA-openmpLinks
A parallelized implementation of Principal Component Analysis (PCA) using Singular Value Decomposition (SVD) in OpenMP for C. The procedure used is Modified Gram Schmidt algorithm. The method for Classical Gram Schmidt is also available for use.
☆17Updated 6 years ago
Alternatives and similar repositories for parallel-PCA-openmp
Users that are interested in parallel-PCA-openmp are comparing it to the libraries listed below
Sorting:
- Highly parallel DBSCAN (HPDBSCAN)☆44Updated 11 months ago
- std::map/std::set implementation using the adaptive radix tree☆15Updated 4 years ago
- CUDA C implementation of Principal Component Analysis (PCA) through Singular Value Decomposition (SVD) using a highly parallelisable vers…☆27Updated 6 years ago
- Ultra fast MSD radix sorter☆11Updated 5 years ago
- Fast C++ implementation of an O(NM) algorithm for the assignment problem.☆54Updated 4 years ago
- DartMinHash: Fast Sketching for Weighted Sets☆13Updated 4 years ago
- Some CUDA design patterns and a bit of template magic for CUDA☆156Updated 2 years ago
- NVBIO is a library of reusable components designed to accelerate bioinformatics applications using CUDA.☆220Updated 5 years ago
- Quickly compute all maximal cliques of a graph☆80Updated 6 years ago
- Source code for the Shifted Hamming Distance (SHD) filtering mechanism for sequence alignment. Described in the Bioinformatics journal pa…☆36Updated 5 years ago
- A simple C++17 header-only library for generating SVG plots☆10Updated last year
- ☆21Updated 4 years ago
- ☆48Updated 3 years ago
- PCA implementation in c++☆38Updated 13 years ago
- A library that implements the maxflow-mincut algorithm.☆44Updated 4 years ago
- A warp-oriented dynamic hash table for GPUs☆74Updated last year
- A C++ RangeTree implementation.☆43Updated 5 years ago
- CUDA implementation of exclusive prefix sum via Blelloch's algorithm☆28Updated 8 years ago
- ☆44Updated 7 years ago
- Levenberg-Marquardt nonlinear least squares algorithms in C/C++☆22Updated last year
- A Collection of Parallel Algorithms for Computational Geometry☆12Updated 3 years ago
- A cheatsheet for most common Stringology tasks☆15Updated 4 years ago
- BagMinHash - Minwise Hashing Algorithm for Weighted Sets☆26Updated 5 years ago
- Implementations of different algorithms for building Euclidean minimum spanning tree in k-dimensional space.☆22Updated 4 years ago
- Subsampled Graph-Based DBSCAN☆11Updated 4 years ago
- C++ fast hierarchical clustering algorithms☆87Updated 2 years ago
- Wavelet tree based on a fixed block boosting technique☆16Updated 4 years ago
- A pure C++ implementation of the lowess algorithm using templates☆21Updated 10 years ago
- ProbMinHash – A Class of Locality-Sensitive Hash Algorithms for the (Probability) Jaccard Similarity☆44Updated 4 years ago
- Fast in-place radix sort with STL-like API☆47Updated 8 years ago