linbox
|
NO DOC. More...
#include <iostream>
#include <vector>
#include <fflas-ffpack/ffpack/ffpack.h>
#include <fflas-ffpack/fflas/fflas.h>
#include "linbox/matrix/blas-matrix.h"
#include "linbox/matrix/matrix-permutation.h"
#include "linbox/util/debug.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 | |
namespace | LinBox |
Namespace in which all linbox code resides. |
NO DOC.
BlasMatrixDomain<Field>
should be templated by a Modular field. In particular, this domain is not suitable for integers.