linbox
blas-matrix.h File Reference

A BlasMatrix<_Field > represents a matrix as an array of _Field::Elements. More...

Data Structures

class  BlasMatrix< _Field, _Storage >
 Dense matrix representation. More...
 
class  TriangularBlasMatrix< Matrix >
 Triangular BLAS matrix. More...
 

Namespaces

namespace  LinBox
 Namespace in which all linbox code resides.
 

Detailed Description

A BlasMatrix<_Field > represents a matrix as an array of _Field::Elements.

It also has the BlasBlackbox interface.