Sasha wrote:
> On 7/6/06, Bill Baxter <[EMAIL PROTECTED]> wrote:
>> ...
>> Yep, like Tim said.  The usage is say a N sets of basis vectors.  Each set
>> of basis vectors is a matrix.
> 
> This brings up a feature that I really miss from numpy: an ability to do
> 
> array([f(x) for x in a])
> 
> without python overhead.  APL-like languages have a notion of "adverb"
> - a higher level operator that maps a function to a function. Numpy
> has some adverbs implemented as ....
<snip>

Hi,
I was just reading through this thread and noticed that the above
might be possibly done best with(a little extended version of) the
numexpr module.

Am I right !?  Just wanted to post this comment about a package I'm
really looking forward to using once I convert from numarray.

Thanks for numpy !!
Sebastian Haase
UCSF





Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to