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

Sparse Matrix - Diagonal Format (see DIA_IND for indexing) More...

#include <matrix_formats.hpp>

Data Fields

Index num_diag
 Number of diagonal. More...
 
IndexType * offset
 Offset with respect to the main diagonal. More...
 
ValueType * val
 Values. More...
 

Detailed Description

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

Sparse Matrix - Diagonal Format (see DIA_IND for indexing)

Field Documentation


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