linbox
Data Structures | Namespaces | Constant Groups
blas-domain.h File Reference

NO DOC. More...

#include <iostream>
#include <vector>
#include "linbox/linbox-config.h"
#include "linbox/util/debug.h"
#include <fflas-ffpack/ffpack/ffpack.h>
#include <fflas-ffpack/fflas/fflas.h>
#include "linbox/matrix/blas-matrix.h"
#include "linbox/matrix/permutation-matrix.h"
#include "linbox/algorithms/blas-domain.inl"

Data Structures

class  BlasMatrixDomainSubin< Field, Operand1, Operand2 >
 C -= A. More...
 
class  BlasMatrixDomainAddin< Field, Operand1, Operand2 >
 C += A. More...
 
class  BlasMatrixDomain< Field >
 Interface for all functionnalities provided for BlasMatrix. More...
 

Namespaces

 LinBox
 Namespace in which all linbox code resides.
 

Constant Groups

 LinBox
 Namespace in which all linbox code resides.
 

Detailed Description

NO DOC.

Warning
A BlasMatrixDomain<Field> should be templated by a Modular field. In particular, this domain is not suitable for integers.
A Field does mean here a Field and not a general $\mathbf{Z}/m\mathbf{Z}$ ring. You'll be warned...