mike-bourgeous / mb-math

Mathematical functions shared by mb-sound, mb-geometry, and other personal projects
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Faster Catmull-Rom interpolation of Array and Numo::NArray #7

Closed mike-bourgeous closed 3 years ago

mike-bourgeous commented 3 years ago

This speeds up the distance calculation for Catmull-Rom control point spacing, and uses in-place operations on Numo::NArray where possible.