jipolanco / BSplineKit.jl

A collection of B-spline tools in Julia
https://jipolanco.github.io/BSplineKit.jl/dev/
MIT License
50 stars 9 forks source link

Make sure spline evaluation is type stable #36

Closed jipolanco closed 2 years ago

jipolanco commented 2 years ago

This fixes type stability of spline evaluation when working with Float32 (see new tests).