Solve large linear equation on GPU
Afficher commentaires plus anciens
Hi, I need to solve a large linear equation A*X=B on GPU, however A is large symetric matrix A(n, n) with n > 100.000 (may be bad scaled), and it result in an out of memory. Is there any way to split this matrix into smaller sub matrix and solve this problem in iterative way on gpu?
Thx
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Linear Algebra dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!