dense_mats

Crates.iodense_mats
lib.rsdense_mats
version0.4.0
sourcesrc
created_at2015-09-13 13:12:25.620683
updated_at2015-12-16 00:01:56.610782
descriptionA strided dense tensor implementation
homepage
repositoryhttps://github.com/vbarrielle/dense_mats
max_upload_size
id3039
size10,267,834
Vincent Barrielle (vbarrielle)

documentation

https://vbarrielle.github.io/dense_mats/doc/dense_mats/

README

dense_mats

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

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.

Documentation

https://vbarrielle.github.io/dense_mats/doc/dense_mats/

License

MIT license. See LICENSE.txt

Commit count: 48

cargo fmt