Re: [Numpy-discussion] record array question

2009-07-15 Thread Robert Kern
On Wed, Jul 15, 2009 at 13:05, Russell E. Owen wrote: > Is it straightforward to generate a record array (preferably a standard > numpy.ndarray, not the numpy.rec variant) where some named fields > contain pairs of numbers, for example: > > named field pos contains pairs of floats > named field rot

Re: [Numpy-discussion] record array question

2009-07-15 Thread Russell E. Owen
In article , "Russell E. Owen" wrote: > Is it straightforward to generate a record array (preferably a standard > numpy.ndarray, not the numpy.rec variant) where some named fields > contain pairs of numbers, for example: > > named field pos contains pairs of floats > named field rot contains

[Numpy-discussion] record array question

2009-07-15 Thread Russell E. Owen
Is it straightforward to generate a record array (preferably a standard numpy.ndarray, not the numpy.rec variant) where some named fields contain pairs of numbers, for example: named field pos contains pairs of floats named field rot contains floats Any pointers to relevant documentation would