Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mandelbrot #1

Closed
10 tasks done
mantognini opened this issue Mar 30, 2013 · 0 comments
Closed
10 tasks done

Mandelbrot #1

mantognini opened this issue Mar 30, 2013 · 0 comments

Comments

@mantognini
Copy link
Owner

Implement Mandelbrot set.

First version

Basic implementation of a 2000x2000 set on complex in { (-1.72, 1.2), (1.0, -1.2) } with 1000 iterations.

  • C++
  • Thrust
  • Scala
  • Scala.par
  • Scala.par2

Second version

Vary the set size, the number of iteration and the range of complex.

  • C++
  • Thrust
  • Scala
  • Scala.par
  • Scala.par2
@ghost ghost assigned mantognini Mar 30, 2013
mantognini added a commit that referenced this issue May 26, 2013
mantognini added a commit that referenced this issue Jun 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant