Re: [sage-support] Re: infinite dictionary

2012-03-23 Thread Daniel Krenn
Am 2012-03-21 22:30, schrieb Starx: > Check out sage.sets.family.Family, it might be what you're looking for. Many thanks, that is really what I'm looking for. Daniel -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support

Re: [sage-support] Re: infinite dictionary

2012-03-21 Thread Starx
Check out sage.sets.family.Family, it might be what you're looking for. -Jim Stark On Wed, Mar 21, 2012 at 2:27 PM, Daniel Krenn wrote: > Am 2012-03-21 22:15, schrieb Simon King: >> It seems unclear to me what you realy want to do. >> >> On the one hand, you say that you want to provide a functi

Re: [sage-support] Re: infinite dictionary

2012-03-21 Thread Daniel Krenn
Am 2012-03-21 22:15, schrieb Simon King: > It seems unclear to me what you realy want to do. > > On the one hand, you say that you want to provide a function f to the > "infinite" dictionary D, such that D[key]==f(key) for all keys - but > then, what would you gain compared with directly calling f