Re: [sage-devel] creating custom subclasses of polynomial rings

2012-03-28 Thread Michael Orlitzky
On 03/28/2012 06:14 PM, Mark Shimozono wrote: Suppose I want to create a custom subclass of a polynomial ring. From which class should it inherit? It should not care so much about the eventual base ring. I'm a sage development newbie. Where can I read about the class hierarchy for sage polynomi

[sage-devel] creating custom subclasses of polynomial rings

2012-03-28 Thread Mark Shimozono
Suppose I want to create a custom subclass of a polynomial ring. >From which class should it inherit? It should not care so much about the eventual base ring. I'm a sage development newbie. Where can I read about the class hierarchy for sage polynomials? I'm a little confused at the organizational