Changes between Version 14 and Version 15 of Examples/Laplace
- Timestamp:
- Nov 29, 2013, 6:32:18 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Examples/Laplace
v14 v15 11 11 == Code == 12 12 13 The main algorithm is at [http ://code.ouroborus.net/repa/repa-stable/repa-examples/examples/Laplace/src-repa/SolverStencil.hs SolverStencil.hs]13 The main algorithm is at [https://github.com/benl23x5/repa/blob/master/repa-examples/examples/Laplace/src-repa/SolverStencil.hs SolverStencil.hs] 14 14 15 The wrapper is at [http ://code.ouroborus.net/repa/repa-stable/repa-examples/examples/Laplace/src-repa/Main.hs Main.hs]15 The wrapper is at [https://github.com/benl23x5/repa/blob/master/repa-examples/examples/Laplace/src-repa/Main.hs Main.hs] 16 16 17 17 == Test Data ==