PARALUTION  1.0.0
PARALUTION
paralution::MatrixELL< ValueType, IndexType, Index > Struct Template Reference

Sparse Matrix - ELL Format (see ELL_IND for indexing) More...

#include <matrix_formats.hpp>

Data Fields

Index max_row
 Maximal elements per row. More...
 
IndexType * col
 Column index. More...
 
ValueType * val
 Values. More...
 

Detailed Description

template<typename ValueType, typename IndexType, typename Index = IndexType>
struct paralution::MatrixELL< ValueType, IndexType, Index >

Sparse Matrix - ELL Format (see ELL_IND for indexing)

Field Documentation


The documentation for this struct was generated from the following file: