[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 13:58:55 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 |
Follow-up Comment #8, patch #8303 (project octave):
"IdxDimensions", [0, 0, 0, 0, 1, 1, 1, 0],
"CatDimensions", [4 4 3]
so the indexing is along "n4".
Only e, f and g are indexed (they are column vectors with n4 elements).
All other are passed to and used by the function "as is"
(indicated by 0 in IdxDimensions)
I just realized that indexing is quite simple in this case.
This shows mainly the benefits of CatDimensions.
I also routinely use more intricate ones (indexing multidimensional arrays,
not simple vectors). More on that later if you wish.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?8303>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-patch-tracker] [patch #8303] vectorized parcellfun and pararrayfun, John Hunt, 2014/02/02
- [Octave-patch-tracker] [patch #8303] vectorized parcellfun and pararrayfun, John Hunt, 2014/02/02
- [Octave-patch-tracker] [patch #8303] vectorized parcellfun and pararrayfun, Carlo de Falco, 2014/02/03
- [Octave-patch-tracker] [patch #8303] vectorized parcellfun and pararrayfun, Olaf Till, 2014/02/04
- [Octave-patch-tracker] [patch #8303] vectorized parcellfun and pararrayfun, John Hunt, 2014/02/05
- [Octave-patch-tracker] [patch #8303] vectorized parcellfun and pararrayfun, Olaf Till, 2014/02/06
- [Octave-patch-tracker] [patch #8303] vectorized parcellfun and pararrayfun, John Hunt, 2014/02/06
- [Octave-patch-tracker] [patch #8303] vectorized parcellfun and pararrayfun, Olaf Till, 2014/02/06
- [Octave-patch-tracker] [patch #8303] vectorized parcellfun and pararrayfun,
John Hunt <=
- Message not available
- [Octave-patch-tracker] [patch #8303] vectorized parcellfun and pararrayfun, John Hunt, 2014/02/06
- [Octave-patch-tracker] [patch #8303] vectorized parcellfun and pararrayfun, Olaf Till, 2014/02/06
- [Octave-patch-tracker] [patch #8303] vectorized parcellfun and pararrayfun, John Hunt, 2014/02/07
- [Octave-patch-tracker] [patch #8303] vectorized parcellfun and pararrayfun, Olaf Till, 2014/02/07
- [Octave-patch-tracker] [patch #8303] vectorized parcellfun and pararrayfun, John Hunt, 2014/02/07