linbox
dense-matrix.h File Reference
#include <utility>
#include "linbox/linbox-config.h"
#include "linbox/vector/subvector.h"
#include "submat-iterator.h"

Data Structures

class  DenseMat< _Element >
 to be used in standard matrix domain More...
 
struct  DenseMat< _Element >::rebind< _Tp1 >
 

Namespaces

namespace  LinBox
 Namespace in which all linbox code resides.
 

Functions

template<class T>
std::ostream & operator<< (std::ostream &o, const DenseMat< T > &Mat)
 Write a matrix to a stream.