Overriding in Python

2008-01-13 Thread Alan Bromborsky
The quickest way for me to get my geometric algebra module working with sympy is to override the +,-, and * operators in numpy so that they work with sypmy objects as array components. However, I have not found any references on how to override operators in exisiting modules. Is there anyway

Re: Overriding in Python

2008-01-13 Thread Ondrej Certik
On Jan 13, 2008 5:58 PM, Alan Bromborsky <[EMAIL PROTECTED]> wrote: > > The quickest way for me to get my geometric algebra module working with > sympy is to override the +,-, and * operators in numpy so that they work > with sypmy objects as array components. However, I have not found any > refe

Re: Overriding in Python

2008-01-13 Thread Alan Bromborsky
Ondrej Certik wrote: > On Jan 13, 2008 5:58 PM, Alan Bromborsky <[EMAIL PROTECTED]> wrote: > >> The quickest way for me to get my geometric algebra module working with >> sympy is to override the +,-, and * operators in numpy so that they work >> with sypmy objects as array components. However

Re: Overriding in Python

2008-01-13 Thread Robert Kern
Alan Bromborsky wrote: > The quickest way for me to get my geometric algebra module working with > sympy is to override the +,-, and * operators in numpy so that they work > with sypmy objects as array components. However, I have not found any > references on how to override operators in exisi

Re: Overriding in Python

2008-01-13 Thread Ondrej Certik
On Jan 13, 2008 7:09 PM, Alan Bromborsky <[EMAIL PROTECTED]> wrote: > > > Ondrej Certik wrote: > > On Jan 13, 2008 5:58 PM, Alan Bromborsky <[EMAIL PROTECTED]> wrote: > > > >> The quickest way for me to get my geometric algebra module working with > >> sympy is to override the +,-, and * operators

Re: Overriding in Python

2008-01-13 Thread Ondrej Certik
On Jan 13, 2008 10:53 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > > Alan Bromborsky wrote: > > The quickest way for me to get my geometric algebra module working with > > sympy is to override the +,-, and * operators in numpy so that they work > > with sypmy objects as array components. However,

how to create docs with epydoc

2008-01-13 Thread Ondrej Certik
Forwarding a message from Josef: Hi, Google doesn't let me join the sympy group right now, so I post it here. You can delete this comment. I managed to get epydoc to produce the documentation for sympy (versions 0.5.10 and 0.5.11) with only warning messages. It seems that epydoc does not handl