Search⌘ K

Temporal Vectorization

This lesson explains temporal vectorization with an interesting case study called "Mandelbrot set".

We'll cover the following...

Temporal vectorization is where elements share the same computation but necessitate a different number of iterations.

Problem Description

The Mandelbrot set is the set of complex numbers cc ...