You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package lets you solve sparse linear systems using Algebraic Multigrid (AMG). This works especially well for symmetric positive definite matrices.
8
8
9
9
## Usage
10
10
11
11
```julia
12
-
usingAMG
12
+
usingAlgebraicMultigrid
13
13
14
14
A =poisson(1000) # Creates a sample symmetric positive definite sparse matrix
15
15
ml =ruge_stuben(A) # Construct a Ruge-Stuben solver
0 commit comments