linbox
|
Blackbox dense matrix. More...
#include <iostream>
#include <vector>
#include <fstream>
#include "linbox/vector/subiterator.h"
#include "linbox/vector/subvector.h"
#include "linbox/vector/stream.h"
#include "linbox/matrix/matrix-domain.h"
#include "linbox/linbox-config.h"
#include "linbox/util/matrix-stream.h"
#include "linbox/field/hom.h"
#include "dense.inl"
Data Structures | |
class | DenseMatrixBase< _Element > |
LinBox dense matrix template. More... | |
Namespaces | |
namespace | LinBox |
Namespace in which all linbox code resides. | |
Functions | |
template<class T > | |
std::ostream & | operator<< (std::ostream &o, const DenseMatrixBase< T > &Mat) |
Write a matrix to a stream. |
Blackbox dense matrix.