linbox
sparse-generic.h File Reference

Data Structures

class  SparseMatrixGeneric< _Field, _Row, Trait >
 Sparse matrix container This class acts as a generic row-wise container for sparse matrices. More...
 
struct  SparseMatrixGeneric< _Field, _Row, Trait >::rebind< _Tp1, _R1 >
 
struct  MatrixTraits< Protected::SparseMatrixGeneric< Field, Row, Trait > >
 
struct  MatrixTraits< const Protected::SparseMatrixGeneric< Field, Row, Trait > >
 
struct  GetEntryCategory< Protected::SparseMatrixGeneric< A, B, C > >
 
struct  MatrixTraits< Protected::SparseMatrixGeneric< Field, _Row > >
 
struct  GetEntryCategory< Protected::SparseMatrixGeneric< A, B > >
 

Namespaces

namespace  LinBox
 Namespace in which all linbox code resides.
 
namespace  LinBox::Protected
 This is the namespace all LinBox internal code is in.
 

Macros

#define _SP_BB_VECTOR_   std::vector
 

Functions

template<class Field, class Row>
std::ostream & operator<< (std::ostream &os, const Protected::SparseMatrixGeneric< Field, Row > &A)
 
template<class Field, class Row>
std::istream & operator>> (std::istream &is, Protected::SparseMatrixGeneric< Field, Row > &A)
 

Macro Definition Documentation

◆ _SP_BB_VECTOR_

#define _SP_BB_VECTOR_   std::vector