linbox
sparse-csr-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"
#include "givaro/zring.h"

Data Structures

class  SparseMatrix< _Field, SparseMatrixFormat::CSR >
 Sparse matrix, Coordinate storage. More...
 
struct  SparseMatrix< _Field, SparseMatrixFormat::CSR >::rebind< _Tp1, _Rw1 >
 
class  SparseMatrix< _Field, SparseMatrixFormat::CSR >::_Iterator< element_iterator, Element >
 
class  SparseMatrix< _Field, SparseMatrixFormat::CSR >::IndexedIterator
 a forward iterator. More...
 
struct  SparseMatrix< _Field, SparseMatrixFormat::CSR >::_triples
 

Namespaces

namespace  LinBox
 Namespace in which all linbox code resides.
 

Macros

#define LINBOX_CSR_TRANSPOSE   1000
 

Macro Definition Documentation

◆ LINBOX_CSR_TRANSPOSE

#define LINBOX_CSR_TRANSPOSE   1000