Re: [Numpy-discussion] Construct symmetric matrix

2009-04-05 Thread Pierre GM
On Apr 5, 2009, at 12:18 AM, David Cournapeau wrote: > On Sun, Apr 5, 2009 at 11:17 AM, Pierre GM > wrote: >> All, >> I'm trying to build a relatively complicated symmetric matrix. I can >> build the upper-right block without pb. What is the fastest way to >> get >> the LL corner from the UR

Re: [Numpy-discussion] Construct symmetric matrix

2009-04-04 Thread David Cournapeau
On Sun, Apr 5, 2009 at 11:17 AM, Pierre GM wrote: > All, > I'm trying to build a relatively complicated symmetric matrix. I can > build the upper-right block without pb. What is the fastest way to get > the LL corner from the UR one ? > Thanks a lot in advance for any idea. I may be missing somet

[Numpy-discussion] Construct symmetric matrix

2009-04-04 Thread Pierre GM
All, I'm trying to build a relatively complicated symmetric matrix. I can build the upper-right block without pb. What is the fastest way to get the LL corner from the UR one ? Thanks a lot in advance for any idea. P. ___ Numpy-discussion mailing list