This is related to a question I posted earlier.
Suppose I have array A with dimensions n x m x l and array x with
dimensions m x l. Interpret this as an array of l nxm matrices and
and array of l m dimensional vectors. I wish to compute the matrix-
vector product A[:,:,k] x[:,k] for each k
On Sat, Jan 17, 2009 at 22:35, Darren Dale wrote:
>
> On Sat, Jan 17, 2009 at 11:23 PM, Robert Kern wrote:
>>
>> On Sat, Jan 17, 2009 at 22:06, Darren Dale wrote:
>> > Hello,
>> >
>> > Would someone be so kind as to explain how to create an ndarray subclass
>> > that owns its own memory? I think
On Sat, Jan 17, 2009 at 11:23 PM, Robert Kern wrote:
> On Sat, Jan 17, 2009 at 22:06, Darren Dale wrote:
> > Hello,
> >
> > Would someone be so kind as to explain how to create an ndarray subclass
> > that owns its own memory? I think RealisticInfoArray at
> >
> http://docs.scipy.org/doc/numpy/u
On Sat, Jan 17, 2009 at 22:06, Darren Dale wrote:
> Hello,
>
> Would someone be so kind as to explain how to create an ndarray subclass
> that owns its own memory? I think RealisticInfoArray at
> http://docs.scipy.org/doc/numpy/user/basics.subclassing.html#basics-subclassing
> does not own its own
Hello,
Would someone be so kind as to explain how to create an ndarray subclass
that owns its own memory? I think RealisticInfoArray at
http://docs.scipy.org/doc/numpy/user/basics.subclassing.html#basics-subclassingdoes
not own its own memory, do you have to call ndarray.__new__ directly,
or is th
Hallo!
Thanks, this is interesting !
Do you also know how the situation is with sourceforge/launchpad/trac...
and other popular hosting systems ?
Do they also have these restrictions ?
LG
Georg
Matthew Brett schrieb:
> Hi,
>
> I am just visiting colleagues in the Cuban Neuroscience Center, a
On Sat, Jan 17, 2009 at 4:35 AM, Gregor Thalhammer
wrote:
> Francesc Alted schrieb:
>> A Friday 16 January 2009, Gregor Thalhammer escrigué:
>>
>>> I also gave a try to the vector math library (VML), contained in
>>> Intel's Math Kernel Library. This offers a fast implementation of
>>> mathematica