> It is called at the end of dict_linear_combination and as well at the
> end of dict_addition. That's why I chose to make it an extra method.
> Do you recommend to put it back into those places to save the function
> call overhead (isn't this nanosecs)?

The dictionary might be quite large. So it seems to me that
unnecessarily passing it as a parameter to a function is to be
avoided. Especially since we are only talking about a couple of
lines of code.

Dan

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" 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/sage-combinat-devel?hl=en.

Reply via email to