linbox
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"

Data Structures

class  Stats< Field >
 
class  SparseMatrix< _Field, SparseMatrixFormat::HYB >
 Sparse matrix, Coordinate storage. More...
 
struct  SparseMatrix< _Field, SparseMatrixFormat::HYB >::rebind< _Tp1 >
 

Namespaces

namespace  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