A Matrix structure that is designed to hide moving between sparse and dense representations Initial support
here is focused on a dense row count with a sparse set of columns
case classDenseMatrix[V](rows: Int, cols: Int, rowsByColumns: IndexedSeq[V])(implicit evidence$1: Monoid[V]) extends AdaptiveMatrix[V] with Product with Serializable