OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cval< T > Struct Template Reference

It store the non zero elements of the matrix. More...

Detailed Description

template<typename T>
struct cval< T >

It store the non zero elements of the matrix.

Definition at line 27 of file SparseMatrix.hpp.

#include <SparseMatrix.hpp>

Data Fields

size_t j
 
value
 

Field Documentation

◆ j

template<typename T >
size_t cval< T >::j

Definition at line 29 of file SparseMatrix.hpp.

◆ value

template<typename T >
T cval< T >::value

Definition at line 30 of file SparseMatrix.hpp.


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