[Matrix-SIG] thoughts about the future

Konrad Hinsen hinsen@cnrs-orleans.fr
Tue, 11 Jan 2000 15:27:38 +0100


> Regarding ``range objects''. Partly we have already such things with
> the slice object. So you can write:
> 
> var=ones((50,10,20))
> a=RangeObject[:30,0,:-10]
> 
> var[a]
> 
> It's written by Konrad Hinsen. I append the class which he calls
> ``indexing''. This needs to be extended if something like gathering is

This module is also part of ScientificPython, available at
http://starship.python.net/crew/hinsen/scientific.html

Konrad.
-- 
-------------------------------------------------------------------------------
Konrad Hinsen                            | E-Mail: hinsen@cnrs-orleans.fr
Centre de Biophysique Moleculaire (CNRS) | Tel.: +33-2.38.25.55.69
Rue Charles Sadron                       | Fax:  +33-2.38.63.15.17
45071 Orleans Cedex 2                    | Deutsch/Esperanto/English/
France                                   | Nederlands/Francais
-------------------------------------------------------------------------------