Comment #4 on issue 1268 by [email protected]: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268
After sitting on this (and using it) for a couple days -- my only issue would be whether the question of whether we want a DeferredMatrix. (Hint: yes). If so, it's possible that that adding DeferredVector is a bit premature because perhaps all its use cases can (perhaps) be subsumed by DeferredMatrix. On the other hand, I don't think DeferredVector will be a problem per se (only a bit more code). The indexing/slicing/compatibility-with-numpy is probably easier to get right with DeferredVector than with DeferredMatrix, which is why I started with the simple case in the first place. Anyhow, I'm happy if this goes in as-is. Just don't get upset if I send another patch for DeferredMatrix later. :) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy-issues" 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-issues?hl=en -~----------~----~----~----~------~----~------~--~---
