Changes between Version 9 and Version 10 of Examples/Laplace
- Timestamp:
- Nov 11, 2010, 4:19:14 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Examples/Laplace
v9 v10 11 11 == Code == 12 12 13 The main algorithm is at http://code.haskell.org/repa/repa-stable/repa-examples/Laplace/src/Solver.hs13 The main algorithm is at [http://code.ouroborus.net/repa/repa-stable/repa-examples/Laplace/src/Solver.hs Solver.hs] 14 14 15 The wrapper is at http://code.haskell.org/repa/repa-stable/repa-examples/Laplace/src/Main.hs15 The wrapper is at [http://code.ouroborus.net/repa/repa-stable/repa-examples/Laplace/src/Main.hs Main.hs] 16 16 17 17 == Test Data ==