template<typename T, int_t NoRows, int_t NoCols, typename RowIdx = idx_t, typename ColIdx = idx_t, typename Order = col_major_t, int_t MaxRows = NoRows, int_t MaxCols = NoCols, template< class > class Vector = default_vector>
struct hm3::dense::matrix< T, NoRows, NoCols, RowIdx, ColIdx, Order, MaxRows, MaxCols, Vector >
Dense matrix type.
Inherits hm3::dense::bounds< NoRows, NoCols >, and hm3::dense::storage< T, StorageContainer, NoRows, NoCols, MaxRows, MaxCols, StorageType >.