#slice #ops #utils #array

nightly slice_math

A selection of useful math operations on slices

32 releases

0.1.31 Dec 12, 2024
0.1.30 Apr 30, 2024
0.1.14 Mar 31, 2024
0.1.7 Feb 15, 2024
0.1.2 Jan 25, 2024

#627 in Math


Used in 5 crates (via array_math)

MIT license

170KB
2.5K SLoC

Build Status (nightly) Build Status (nightly, all features)

Build Status (stable) Build Status (stable, all features)

Test Status Lint Status

Latest Version License:MIT Documentation Coverage Status

slice_math

Provides many useful math utility methods for arrays.

Mostly for signal-processing related stuff since that's what i use the most. If anyone has any suggestions for more useful slice math operations, please post them on the github as an issue.

This is one of those crates where i'll just add more stuff when i need it elsewhere, and it will probably never be complete.

Preferrably, i want to use as few external dependencies as possible, other than num.

Temporarily, i'm also using ndarray, but i want to rely on it less than i do now.

Dependencies

~0.5–10MB
~140K SLoC