OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
triplet< T, impl > Struct Template Reference

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

Detailed Description

template<typename T, int impl>
struct triplet< T, impl >

It store the non zero elements of the matrix.

Definition at line 37 of file SparseMatrix.hpp.

#include <SparseMatrix.hpp>

Public Member Functions

 triplet (long int i, long int j, T val)
 
long int & row ()
 
long int & col ()
 
T & value ()
 

Data Fields

long int i
 
long int j
 
val
 

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