...

/

Temporal Vectorization

Temporal Vectorization

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

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 ...