Skip to content
Prev 300476 / 398506 Next

functions of vectors : loop or vectorization

On 14.07.2012 00:41, Julien Salanie wrote:
From what I understand you can't without loop. Actually, the 
Vectorize() call generates a function that calls mapply() which is some 
kind of a loop. This may be a case where the transition of inner loops 
to C may be benefitial.

Best,
Uwe Ligges