You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For any kind of evaluation, if you have multiple control_points related to the same parametric_space, we don't need to evaluate the basis for each set of control_points. Currently one way to do this is to hstack cps or manually. hstack has its limits because of the template parameter dim.
Some implementation options:
# 1. extra functioneval1, eval2, eval3=spline.shared_evaluate(queries, spline.cps, cp2, cp3)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For any kind of evaluation, if you have multiple control_points related to the same parametric_space, we don't need to evaluate the basis for each set of control_points. Currently one way to do this is to hstack cps or manually. hstack has its limits because of the template parameter
dim
.Some implementation options:
Beta Was this translation helpful? Give feedback.
All reactions