So, something like IndexOf would have maximal reuse. It would be difficult to reason about it directly though. You would always have to talk about L.args[0]. There is probably some inheritance solution to handle this.
On Wed, Oct 10, 2012 at 3:35 AM, someone <[email protected]> wrote: > > It looks like I'll need an LofLUDecomp and UofLUDecomp classes. > > How does this generalize to other decompositions? > And ŵWhat, if we need an X = LDU or PX = LU? > Can we reuase these classes? > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
