ethz-asl / curves

A library of curves for estimation.
BSD 3-Clause "New" or "Revised" License
74 stars 28 forks source link

Coefficients falling on keys #41

Open gawela opened 9 years ago

gawela commented 9 years ago

Optimize for coefficients that fall directly on keys (e.g. alpha == 0)--> no interploation is required in this case and expressions do not need to be evaluated.

furgalep commented 9 years ago

I wouldn't make this a high priority.