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

#9 in #dense-matrix

50 downloads per month

MIT license

680KB
1.5K SLoC

Rust 1K SLoC // 0.0% comments JavaScript 585 SLoC

dense_mats

https://travis-ci.org/vbarrielle/dense_mats.svg?branch=master

dense_mats contains strided dense matrices implementations.

Matrices are defined as a contiguous piece of memory, the data array, which is interpreted as a matrix stored in either column major order or row major order.

License

MIT license. See LICENSE.txt


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.

Dependencies