linbox
|
NO DOC. More...
#include <vector>
#include <iostream>
#include <pthread.h>
#include "linbox/linbox-config.h"
#include "linbox/util/debug.h"
#include "linbox/matrix/matrixdomain/blas-matrix-domain.h"
Data Structures | |
class | SubmatrixAdapter< _Matrix > |
Generic submatrix view adapter used internally in the OpenCLMatrixDomain. More... | |
class | OpenCLMatrixDomain< Field_ > |
Interface for all functionnalities provided for BlasMatrix using GPUs. More... | |
Namespaces | |
LinBox | |
Namespace in which all linbox code resides. | |
NO DOC.
OpenCLMatrixDomain<Field>
should be templated by a Givaro::Modular<double> or Givaro::Modular<float> field only.