Comment #6 on issue 959 by [email protected]: make sympy do vector
manipulations
http://code.google.com/p/sympy/issues/detail?id=959
Thanks for reminding about lambda. With the am of it one can speed up
computations indeed. Can I ask here a question.
In current implementation there is a `map` used in matrices (with
constructor to do not break inmutability):
def applyfunc(self)
Matrix(self.rows,self.cols,map(f,self.mat))
So, is it worth to change `map` to `lambda` or not?
And also, is there another deep problems exists with `applyfunc`?
--
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.