.. image:: https://travis-ci.org/vbarrielle/densemats.svg?branch=master :target: https://travis-ci.org/vbarrielle/densemats
dense_mats is a collection of traits to abstract over dense matrices
The goal is to enable interoperability between various linear algebra libraries, by providing a common definition.
Matrices are thus 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.
https://vbarrielle.github.io/densemats/doc/densemats/
MIT license. See LICENSE.txt