octave-patch-tracker
[Top][All Lists]
Advanced

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

[Octave-patch-tracker] [patch #8303] vectorized parcellfun and pararrayf


From: John Hunt
Subject: [Octave-patch-tracker] [patch #8303] vectorized parcellfun and pararrayfun
Date: Thu, 06 Feb 2014 10:09:16 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

Follow-up Comment #6, patch #8303 (project octave):

I see. This was just a test case. In the real case, f has several inputs with
different dimensions, for instance 
[u, v, w] = f(a, b, c, d, e, f, g, h)
with a is a cell array with n1 dims, 
b is (n2, n1) array
c is n3 vector
d is a scalar or vector
e, f, g are (n4 elements vectors or arrays)
h is a structure
and the outputs 
u, v are [3, n3, n2, n4] arrays (n1 does not appear here)
w is a [n3, n2, n4] array

There no permutations, and actually the patch allows to pass the arguments
straight to the function where they are used in the most efficient/natural
way.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8303>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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