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() [1/4]

Coo ( )
default

◆ Coo() [2/4]

Coo ( typename Field::Element  v,
index_t  r,
index_t  c 
)
inline

◆ Coo() [3/4]

Coo ( const Self )
default

◆ Coo() [4/4]

Coo ( Self &&  )
default

Member Function Documentation

◆ operator=() [1/2]

Self & operator= ( const Self )
default

◆ operator=() [2/2]

Self & operator= ( Self &&  )
default

Field Documentation

◆ val

Field::Element val = 0

◆ col

index_t col = 0

◆ row

index_t row = 0

◆ deleted

bool deleted = false

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