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