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

#8 in #dense

Download history 3/week @ 2023-05-15 3/week @ 2023-05-22 6/week @ 2023-05-29 5/week @ 2023-06-05 6/week @ 2023-06-12 27/week @ 2023-06-19 20/week @ 2023-06-26 22/week @ 2023-07-03 15/week @ 2023-07-10 10/week @ 2023-07-17 10/week @ 2023-07-24 17/week @ 2023-07-31 9/week @ 2023-08-07 22/week @ 2023-08-14 7/week @ 2023-08-21 25/week @ 2023-08-28

64 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