linbox
sparse-ell-matrix.h File Reference
#include <utility>
#include <iostream>
#include <algorithm>
#include "linbox/linbox-config.h"
#include "linbox/util/debug.h"
#include "linbox/field/hom.h"
#include "sparse-domain.h"

Data Structures

class  SparseMatrix< _Field, SparseMatrixFormat::ELL >
 Sparse matrix, Coordinate storage. More...
 
struct  SparseMatrix< _Field, SparseMatrixFormat::ELL >::rebind< _Tp1, _Rw1 >
 
class  SparseMatrix< _Field, SparseMatrixFormat::ELL >::_Iterator< element_iterator, Field >
 
class  SparseMatrix< _Field, SparseMatrixFormat::ELL >::_IndexedIterator< index_iterator, element_iterator, Field >
 
struct  SparseMatrix< _Field, SparseMatrixFormat::ELL >::_triples
 

Namespaces

namespace  LinBox
 Namespace in which all linbox code resides.
 

Macros

#define LINBOX_ELL_TRANSPOSE   1000
 

Macro Definition Documentation

◆ LINBOX_ELL_TRANSPOSE

#define LINBOX_ELL_TRANSPOSE   1000