Changes between Version 13 and Version 14 of Examples/Laplace


Ignore:
Timestamp:
Mar 30, 2011, 3:30:07 AM (13 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Examples/Laplace

    v13 v14  
    1111== Code ==
    1212
    13 The main algorithm is at [http://code.ouroborus.net/repa/repa-stable/repa-examples/examples/Laplace/src-repa/Solver.hs Solver.hs]
     13The main algorithm is at [http://code.ouroborus.net/repa/repa-stable/repa-examples/examples/Laplace/src-repa/SolverStencil.hs SolverStencil.hs]
    1414
    1515The wrapper is at [http://code.ouroborus.net/repa/repa-stable/repa-examples/examples/Laplace/src-repa/Main.hs Main.hs]