FflasFfpack
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]

template<class Field >
Coo ( )
default

◆ Coo() [2/4]

template<class Field >
Coo ( typename Field::Element v,
index_t r,
index_t c )
inline

◆ Coo() [3/4]

template<class Field >
Coo ( const Self & )
default

◆ Coo() [4/4]

template<class Field >
Coo ( Self && )
default

Member Function Documentation

◆ operator=() [1/2]

template<class Field >
Self & operator= ( const Self & )
default

◆ operator=() [2/2]

template<class Field >
Self & operator= ( Self && )
default

Field Documentation

◆ val

template<class Field >
Field::Element val = 0

◆ col

template<class Field >
index_t col = 0

◆ row

template<class Field >
index_t row = 0

◆ deleted

template<class Field >
bool deleted = false

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