2008/8/17 Robert Kern <[EMAIL PROTECTED]>:
>
> I suggested that we move it to a branch for the time being so we can
> play with it and come up with examples of its use. If you have
> examples that you have already written, I would love to see them. I,
> for one, am amenable to seeing this in 1.2.0, but only if we push back
> the release by at least a few weeks.

This is not a worked example, but this is exactly what is needed to
make possible the "arrays of matrices" functions that were discussed
some time ago. For example, users frequently want to do something like
multiply an array of matrices by an array of matrices; that is not
currently feasible without a very large temporary array (or a loop).

But I think you were looking for examples of code using the interface,
to see whether it worked well.

Anne
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to