Re: [Numpy-discussion] triangular matrix fill

2008-05-22 Thread Robert Kern
On Thu, May 22, 2008 at 9:07 PM, Charles R Harris <[EMAIL PROTECTED]> wrote: > > On Thu, May 22, 2008 at 7:19 PM, Tom Waite <[EMAIL PROTECTED]> wrote: >> >> I have a question on filling a lower triangular matrix using numpy. This >> is essentially having two loops and the inner loop upper limit is

Re: [Numpy-discussion] triangular matrix fill

2008-05-22 Thread Charles R Harris
On Thu, May 22, 2008 at 7:19 PM, Tom Waite <[EMAIL PROTECTED]> wrote: > I have a question on filling a lower triangular matrix using numpy. This > is essentially having two loops and the inner loop upper limit is the > outer loop current index. In the inner loop I have a vector being > multiplied

[Numpy-discussion] triangular matrix fill

2008-05-22 Thread Tom Waite
I have a question on filling a lower triangular matrix using numpy. This is essentially having two loops and the inner loop upper limit is the outer loop current index. In the inner loop I have a vector being multiplied by a constant set in the outer loop. For a matrix N*N in size, the C the code i