পদ্ধতির তুলনা করুন
নির্বাচিত পদ্ধতিগুলো পাশাপাশি পর্যালোচনা করুন; যে সারিগুলোয় পার্থক্য আছে সেগুলো চিহ্নিত করা হয়।
| GMRES× | কনজুগেট গ্রেডিয়েন্ট (CG) পদ্ধতি× | |
|---|---|---|
| ক্ষেত্র | সাংখ্যিক পদ্ধতি | সাংখ্যিক পদ্ধতি |
| পরিবার | Machine learning | Machine learning |
| উদ্ভবের বছর≠ | 1986 | 1952 |
| প্রবর্তক≠ | Youcef Saad and Martin H. Schultz | Magnus Hestenes and Eduard Stiefel |
| ধরন≠ | Iterative linear solver for non-symmetric systems | Iterative linear solver |
| মৌলিক উৎস≠ | Saad, Y., & Schultz, M. H. (1986). GMRES: A generalized minimal residual algorithm for solving nonsymmetric linear systems. SIAM Journal on Scientific and Statistical Computing, 7(3), 856–869. DOI ↗ | Hestenes, M. R., & Stiefel, E. (1952). Methods of conjugate gradients for solving linear systems. Journal of Research of the National Bureau of Standards, 49(6), 409–436. DOI ↗ |
| অপর নাম≠ | GMRES(m), restarted GMRES, Krylov-GMRES | CG method, Krylov subspace method |
| সম্পর্কিত | 1 | 1 |
| সারসংক্ষেপ≠ | GMRES (Generalized Minimal Residual) is an iterative method for solving large sparse non-symmetric or nonsymmetric linear systems Ax = b, developed by Saad and Schultz in 1986. It builds an orthonormal Krylov basis using Arnoldi's method and solves a least-squares problem to minimize residual at each iteration. | The Conjugate Gradient (CG) Method is an iterative algorithm for solving large sparse symmetric positive-definite linear systems Ax = b, developed by Hestenes and Stiefel in 1952. It is one of the most widely used iterative solvers in scientific computing because it converges in at most n iterations for an n × n matrix and typically requires far fewer. |
| ScholarGateডেটাসেট ↗ |
|
|