blob: 788dc8cd290257a62eea81a81e4c60c07a1197e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
---
title: "HPC Mandelbrot, Julia, and Multibot Sets"
author:
- "JP Appel"
- "David Marrero"
---
![Mandelbrot Set]()
# Prerequisite Knowledge
## Complex Numbers
## What is the Mandelbrot Set
## Fractals
## Handling Recursion
# Implementations
## Serial
## Serial Animation
## Shared
## Shared Animation
## GPU
## GPU Animation
# Analysis
## Speedups
|