Solve large linear equation on GPU
古いコメントを表示
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
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Linear Algebra についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!