algebraic multigrid linear solver

This program solves Ax=b where A is an M-matrix. A test case can be found at AMG_test.m

You are now following this Submission

The program is implemented based on Ruge and Stuben's algorithm in 86. There are a set of parameters that users can tune for their own applications including connection threshold, relaxation parameters, type of smoother and number of smoothing steps, etc. The users are welcome to modify this code. However, the author makes no warranty at all. please let me know if there is any error in the code. Thank you very much.

Cite As

Chin-Tien Wu (2026). algebraic multigrid linear solver (https://www.mathworks.com/matlabcentral/fileexchange/35866-algebraic-multigrid-linear-solver), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Linear Algebra in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.5.0.0

a file multi_pcond is updated.

1.2.0.0

memory allocation problem and efficiency have been improved in this update.

1.0.0.0