Stokhos Development
|
CRS matrix of dense blocks. More...
#include <Stokhos_BlockCrsMatrix.hpp>
Public Attributes | |
block_vector_type | values |
graph_type | graph |
block_spec | block |
CRS matrix of dense blocks.
Matrix coefficients are stored by block and then by Crs entry. m_values( block.size() , m_graph.entry_count() )
Vectors are conformally stored as View( block.dimension() , m_graph.row_map.length() )