fjames86 / fpoly

Manipulate dense multivariate polynomials
0 stars 0 forks source link

destructive matrix operations #21

Closed fjames86 closed 11 years ago

fjames86 commented 11 years ago

Many operations involving matrices could be made destructive since we are passing results straight from once function into the next, and never re-using the intermediate results. so for instance, there could be a destructive version of ffge which is non-consing.

fjames86 commented 11 years ago

done