jacobi-eigenvalues
There are 11 repositories under jacobi-eigenvalues topic.
arneish/CUDA-PCA-jacobi
CUDA C implementation of Principal Component Analysis (PCA) through Singular Value Decomposition (SVD) using a highly parallelisable version of the Jacobi eigenvalue algorithm.
gnekt/Principal-Component-Analysis-CUDA
A way to compute PCA through CUDA and GPU
Meet-Modi/Jacobi-EigenValue-And-EigenVectors
This repository is about finding the eigenvalues and eigenvectors of an image or any input matrix
MatteoOrlandini/Embedded-Systems-Exam
Implementation of One Sided Jacobi SVD using CUDA on Jetson TK1 embedded GPU
NikiforovAll/JacobiEigenvalueAlgorithm
Jacobi eigenvalue algorithm openmp implementation. Symmetric eigenvalue problem.
adityagupta1089/MATLAB-MAL114
MAL114 - Linear Algebra MATLAB Codes: QR decomposition and eigenvalues, Gauss-Jacobi, Gauss-Jordan, Gauss-Seidel, Graham-Schmidt, Jacobi Eigenvalues, Projection, Successive over Relaxation, System of Equations.
venovako/VecJac
Vectorization of the Jacobi-type methods for the SVD and the EVD
drag-olya/OOP_lab2-Matrix-class-
Matrix class + Gaussian Elimination, Jacobi Eigenvalue Algorithm, Linear Regression
nblthree/math-methods
Methods for calculating eigenvalues (Holder, Jacobi, ...), optimizing functions (GD, ...)
SupremaLex/jacobi-eigenvalues
Implementation of serial and parallel(MPI) Jacobi algorithm for estimating of eigenvalues of symmetric matrix
venovako/AccJac
Accurate complex Jacobi rotations