linbox
Data Structures | Namespaces | Macros
sparse-hyb-matrix.h File Reference
#include <utility>
#include <iostream>
#include <algorithm>
#include "linbox/linbox-config.h"
#include "linbox/util/debug.h"
#include "sparse-domain.h"
#include "sparse-coo-matrix.h"
#include "sparse-csr-matrix.h"
#include "sparse-ellr-matrix.h"
+ Include dependency graph for sparse-hyb-matrix.h:

Data Structures

class  SparseMatrix< _Field, SparseMatrixFormat::HYB >
 Sparse matrix, Coordinate storage. More...
 

Namespaces

 LinBox
 Namespace in which all linbox code resides.
 

Macros

#define HYB_ELL_THRESHOLD   0.9
 
#define HYB_ELL_COO_THRESHOLD   0.1
 

Macro Definition Documentation

◆ HYB_ELL_THRESHOLD

#define HYB_ELL_THRESHOLD   0.9
Todo:
benchmark me

◆ HYB_ELL_COO_THRESHOLD

#define HYB_ELL_COO_THRESHOLD   0.1
Todo:
benchmark me