Conclusion
This lesson summarizes the discussion on problem vectorization.
We'll cover the following...
The last example we’ve been studying is indeed a nice example where it is more important to vectorize the problem rather than to vectorize the code (and too early). In this specific case we were lucky enough to ...
Ask