linbox
Data Structures | Namespaces
opencl-domain.h File Reference

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"
+ Include dependency graph for opencl-domain.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

NO DOC.

Warning
An OpenCLMatrixDomain<Field> should be templated by a Givaro::Modular<double> or Givaro::Modular<float> field only.