OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
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 35 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: