10 unstable releases (3 breaking)
Uses old Rust 2015
0.4.0 | Nov 16, 2015 |
---|---|
0.3.5 | Oct 17, 2015 |
0.3.3 | Sep 20, 2015 |
0.2.0 | Sep 16, 2015 |
0.1.1 | Sep 13, 2015 |
#12 in #dense-matrix
54 downloads per month
680KB
1.5K
SLoC
lib.rs
:
This crate contains strided dense tensor implementations.
Tensors are defined as a contiguous piece of memory, the data array, which is interpreted using its stride information.