[Haskell-cafe] Looking for n-body example with repa.

Grigory Sarnitskiy sargrigory at ya.ru
Tue May 31 06:25:23 CEST 2011


Hello!

I'm studying repa package and trying to implement O(N^2) n-body code. I'm using Array DIM2 Double to represent the collection of particles.

I've managed to write a function which calculates the energy of one particle in the field of others but I'm struggling to write a code to calculate the energy of the whole system.

Maybe someone here has already written such code?



More information about the Haskell-Cafe mailing list