|
FflasFfpack
|
#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 | |
| Self & | operator= (const Self &)=default |
| Self & | operator= (Self &&)=default |
Data Fields | |
| Field::Element | val = 0 |
| index_t | col = 0 |
| index_t | row = 0 |
| bool | deleted = false |
|
default |
| Field::Element val = 0 |
| index_t col = 0 |
| index_t row = 0 |
| bool deleted = false |
1.8.13