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
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
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