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

Sparse Matrix - Modified Sparse Compressed Row Format. More...

#include <matrix_formats.hpp>

Data Fields

IndexType * row_offset
 Row offsets (row ptr) More...
 
IndexType * col
 Column index. More...
 
ValueType * val
 Values. More...
 
ValueType * diag
 Diagonal elements. More...
 

Detailed Description

template<typename ValueType, typename IndexType>
struct paralution::MatrixMCSR< ValueType, IndexType >

Sparse Matrix - Modified Sparse Compressed Row Format.

Field Documentation

template<typename ValueType, typename IndexType>
ValueType* paralution::MatrixMCSR< ValueType, IndexType >::diag

Diagonal elements.


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