Skip to content

splines2 0.4.5

Compare
Choose a tag to compare
@wenjie2wang wenjie2wang released this 19 Sep 16:48
· 123 commits to main since this release
c516cf0

Minor changes

  • Improved the computational efficiency of finding the knot intervals for x
    (by replacing the naive binary search implementation with std::upper_bound
    and std::distance).