Vectorization

From Ufldl

Jump to: navigation, search
m
(removed question, see details in talk page)
Line 40: Line 40:
since this lets Matlab/Octave extract more parallelism from your code, while
since this lets Matlab/Octave extract more parallelism from your code, while
also incurring less computational overhead from the interpreter.  
also incurring less computational overhead from the interpreter.  
-
 
-
[Is multi-threading enabled by default in Matlab?]
 
In terms of a strategy for writing your code, initially you may find that vectorized code is harder to write, read, and/or debug,
In terms of a strategy for writing your code, initially you may find that vectorized code is harder to write, read, and/or debug,

Revision as of 06:38, 31 March 2011

Personal tools