Re: Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2010-08-05 Thread sympy
Comment #19 on issue 1268 by jensen.oyvind: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 Indeed, it is related. The latest incarnation of the tensor module is here: http://github.com/jegerjensen/sympy/blob/codegen_C4/sympy

Re: Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2010-07-23 Thread sympy
Updates: Cc: ajcugini jensen.oyvind mattjcurry Comment #18 on issue 1268 by asmeurer: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 Addison and Matt, I have added you as members on Google Code using the email addresses

Re: Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2010-07-23 Thread sympy
Comment #17 on issue 1268 by andrew.d.straw: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 This is related to the work being done by addisonc and jegerjensen: http://github.com/jegerjensen/sympy/blob/master/sympy/tensor/indexe

Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2009-02-09 Thread codesite-noreply
Comment #15 on issue 1268 by ast...@caltech.edu: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 Nothing is ready yet. Hopefully I'll have time before 0.6.5 to submit a revised patch. -- You received this message because you are

Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2009-02-09 Thread codesite-noreply
Updates: Labels: -Milestone-Release0.6.4 Comment #14 on issue 1268 by ondrej.certik: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 Is there anything in this issue ready to be merged to 0.6.4? If not, let's merge it when

Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2009-02-05 Thread codesite-noreply
Comment #13 on issue 1268 by Vinzent.Steinberg: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 If I recall it correctly the numpy developers stated that numpy.matrix is likely to be changed, so it's maybe not a suitable referenc

Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2009-02-04 Thread codesite-noreply
Comment #12 on issue 1268 by ast...@caltech.edu: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 I have to figure out the sympy rules for sympy.Matrix indexing, slicing, and broadcasting before I can go any further with anything ot

Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2009-02-04 Thread codesite-noreply
Comment #11 on issue 1268 by Vinzent.Steinberg: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 We could have a DeferredMatrix that accepts both X[i] (vector) and X[i,j] (matrix). Would it make sense to define a DeferredTensor?

Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2009-02-04 Thread codesite-noreply
Comment #10 on issue 1268 by ast...@caltech.edu: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 That would certainly make the issue easier. But I would propose X[i,j] to be the symbolic value for the matrix form. (Sorry I've be

Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2009-02-04 Thread codesite-noreply
Comment #9 on issue 1268 by fabian.seoane: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 But currently DeferredMatrix is not implemented, right? Anyway i think we should have the two: - with DeferredVector X[i] is a symbolic

Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2009-01-24 Thread codesite-noreply
Comment #8 on issue 1268 by Vinzent.Steinberg: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 What exactly is the advantage of having a DeferredVector? If the same things can be done using a DeferredMatrix, there is no need for

Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2009-01-24 Thread codesite-noreply
Comment #7 on issue 1268 by ast...@caltech.edu: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 I'm still hoping to get feedback on whether there should be both a DeferredVector and a DeferredMatrix or just a DeferredMatrix. Any

Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2009-01-24 Thread codesite-noreply
Updates: Status: Accepted Labels: Milestone-Release0.6.4 Documentation Comment #6 on issue 1268 by fabian.seoane: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 I'm reopening this one. This feature lacks documentat

Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2009-01-24 Thread codesite-noreply
Updates: Status: Fixed Labels: -NeedsReview -Milestone-Release0.6.4 Comment #5 on issue 1268 by fabian.seoane: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 I'm closing this one. Please reopen it if you want to su

Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2009-01-20 Thread codesite-noreply
Comment #4 on issue 1268 by ast...@caltech.edu: 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 DeferredMa

Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2009-01-20 Thread codesite-noreply
Comment #3 on issue 1268 by ondrej.certik: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 Thanks very much for the patch, it is +1 and it's in. Is this issue fixed? -- You received this message because you are listed in the owner

Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2009-01-20 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1268 by ast...@caltech.edu: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 It would be nice to have the following code work. With the attached patch, it does. (

Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2009-01-20 Thread codesite-noreply
Comment #1 on issue 1268 by ast...@caltech.edu: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 And the patch. Attachments: 0001-DeferredVector-implementation-allowing-lambdificati.patch 4.2 KB -- You received this messa

Issue 1268 in sympy: allow lambdify to take vectors and matrices are arguments

2009-01-20 Thread codesite-noreply
Updates: Status: Accepted Labels: NeedsReview Milestone-Release0.6.4 Comment #2 on issue 1268 by ondrej.certik: allow lambdify to take vectors and matrices are arguments http://code.google.com/p/sympy/issues/detail?id=1268 (No comment was entered for this change.) -- You recei