vecfx

Crates.iovecfx
lib.rsvecfx
version0.1.6
sourcesrc
created_at2020-02-06 10:17:33.351595
updated_at2023-03-07 08:25:26.768241
descriptionExtra batteries for a vec of floats
homepagehttps://github.com/gchemol/vecfx
repositoryhttps://github.com/gchemol/vecfx
max_upload_size
id205447
size32,791
Wenping Guo (ybyygu)

documentation

README

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.

Commit count: 42

cargo fmt