[Numpy-discussion] matrix indexing question

Robert Kern robert.kern at gmail.com
Tue Mar 27 17:34:52 EDT 2007


Alan G Isaac wrote:
> On Tue, 27 Mar 2007, Robert Kern apparently wrote: 
>> Gram-Schmidt orthogonalization 
> 
> I take it from context that you consider it desirable
> to end up with a list of matrices?

Honestly, I don't care. You asked about iteration, and I gave you an example
where it was important that the iterates were matrices (such that .T worked
correctly).

Please stop moving the goal posts.

> I guess I would find it more natural to work with the 
> arrays, but perhaps that starts just being taste.

Personally, I find working with arrays from start to finish the most natural.

If you really want iterates to be arrays, just use .A.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list