linbox
Data Structures | Namespaces | Functions
dense-matrix.h File Reference

NODOC. More...

#include "linbox/linbox-config.h"
#include "linbox/vector/vector-traits.h"
#include "linbox/matrix/matrix-traits.h"
#include "linbox/matrix/densematrix/blas-matrix.h"
+ Include dependency graph for dense-matrix.h:
+ This graph shows which files directly or indirectly include this file:

Data Structures

class  BlasMatrix< _Field, _Storage >
 Dense matrix representation. More...
 
class  BlasSubmatrix< _Matrix >
 Dense Submatrix representation. More...
 
class  TriangularBlasMatrix< _Field, _Storage >
 Triangular BLAS matrix. More...
 
struct  IndexedCategory< BlasMatrix< Field, _Rep > >
 

Namespaces

 LinBox
 Namespace in which all linbox code resides.
 

Functions

template<class _Field , class _Storage >
std::ostream & operator<< (std::ostream &os, const BlasMatrix< _Field, _Storage > &Mat)
 Write a matrix to a stream. More...
 

Detailed Description

NODOC.