FflasFfpack
Public Member Functions | Data Fields
Coo< Field > Struct Template Reference

#include <read_sparse.h>

Public Member Functions

 Coo ()=default
 
 Coo (typename Field::Element v, index_t r, index_t c)
 
 Coo (const Self &)=default
 
 Coo (Self &&)=default
 
Selfoperator= (const Self &)=default
 
Selfoperator= (Self &&)=default
 

Data Fields

Field::Element val = 0
 
index_t col = 0
 
index_t row = 0
 
bool deleted = false
 

Constructor & Destructor Documentation

Coo ( )
default
Coo ( typename Field::Element  v,
index_t  r,
index_t  c 
)
inline
Coo ( const Self )
default
Coo ( Self &&  )
default

Member Function Documentation

Self& operator= ( const Self )
default
Self& operator= ( Self &&  )
default

Field Documentation

Field::Element val = 0
index_t col = 0
index_t row = 0
bool deleted = false

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