
18 Dec
2011
18 Dec
'11
4:18 p.m.
On 12/18/2011 6:28 PM, Nathan Rice wrote:
I believe it would be a good idea in instances where it is known that a collection of a single type is going to be returned, to return a subclass with type information and type specific methods "mixed in".
Are you familiar with numpy, which has typed multi-dimensional arrays and array operations? And the option to add user functions to work with such?
--
Terry Jan Reedy