HM3
Hierarchical Multi-physics Multi-scale Methods
 All Classes Namespaces Functions Variables Typedefs Enumerations Pages
hm3::dense::matrix< T, NoRows, NoCols, RowIdx, ColIdx, Order, MaxRows, MaxCols, Vector > Struct Template Reference

Description

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 >.