elementwise 0.3.2

Elementwise operations implemented for standard Rust containers
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "ndarray")]
extern crate ndarray;

#[macro_use]
pub(crate) mod macros;

#[cfg(feature = "arithmetic")]
pub mod arithmetic;

#[cfg(feature = "logical")]
pub mod logical;