6 releases

0.2.0 Mar 10, 2020
0.1.6 Mar 7, 2023
0.1.5 Feb 19, 2022
0.1.2 Mar 10, 2020
0.0.8 Feb 6, 2020

#1299 in Algorithms

Download history 74/week @ 2024-03-15 82/week @ 2024-03-22 133/week @ 2024-03-29 61/week @ 2024-04-05 56/week @ 2024-04-12 80/week @ 2024-04-19 71/week @ 2024-04-26 63/week @ 2024-05-03 54/week @ 2024-05-10 57/week @ 2024-05-17 61/week @ 2024-05-24 55/week @ 2024-05-31 37/week @ 2024-06-07 59/week @ 2024-06-14 68/week @ 2024-06-21 25/week @ 2024-06-28

192 downloads per month
Used in 26 crates (18 directly)

MIT/Apache

31KB
668 lines

vecfx: extra batteries for a vec of floats

Build Status GPL3 licensed

Rust's ecosystem system is not perfect for scientific computation yet. To reduce the growing pains, a safe choice is sticking to the standard types for public interfacing. This crate provides the extra powers of Vec/Array/slice type for simple computation, enabled by Rust's trait system.


lib.rs:

Backend for vector operations

Dependencies

~0.8–2.1MB
~44K SLoC