Re: [Numpy-discussion] matrix norm

2012-10-22 Thread Inati, Souheil (NIH/NIMH) [E]
matlab default is the 2-norm. norm(X) is equivalent to norm(X,2) norm(X,'fro') is the frobenius norm. There are others and some special cases for vectors. http://www.mathworks.com/help/matlab/ref/norm.html On Oct 22, 2012, at 12:14 PM, Jason Grout wrote: > On 10/22/12 11:08 AM, Charles R Harris

Re: [Numpy-discussion] Masking through generator arrays

2012-05-10 Thread Inati, Souheil (NIH/NIMH) [E]
On May 10, 2012, at 2:23 PM, Chris Barker wrote: > On Thu, May 10, 2012 at 2:38 AM, Dag Sverre Seljebotn > wrote: >> What would serve me? I use NumPy as a glorified "double*". > >> all I want is my glorified >> "double*". I'm probably not a representative user.) > > Actually, I think you are r

Re: [Numpy-discussion] Numpy governance update

2012-02-15 Thread Inati, Souheil (NIH/NIMH) [E]
Hello, From: Matthew Brett [matthew.br...@gmail.com] Sent: Wednesday, February 15, 2012 1:50 PM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] Numpy governance update Hi, On Wed, Feb 15, 2012 at 5:51 AM, Alan G Isaac wrote: > On 2/14/