help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: book to learn vectorize


From: Nicholas Jankowski
Subject: Re: book to learn vectorize
Date: Fri, 26 Jul 2019 09:41:54 -0400


I've found the main reason people look to vectorize their code is for speed. That provides a hint of what keywords to look for when searching for a guidebook. With the understanding that not everything written for Matlab applies to Octave, and vice versa, some of the following have been useful:

Writing Fast MATLAB Code - Pascal Getreuer 2009
http://www.csc.kth.se/utbildning/kth/kurser/DN2255/ndiff13/matopt.pdf

Matlab vectorisation tricks
http://www-h.eng.cam.ac.uk/help/tpl/programs/Matlab/tricks.html

And one of my favorites

Peter Acklam's MATLAB array manipulation tips and tricks
https://scholar.google.com/scholar?cluster=17876201991253530344

reply via email to

[Prev in Thread] Current Thread [Next in Thread]