SkePU  1.2
 All Classes Namespaces Files Functions Variables Enumerations Friends Macros Groups Pages
Classes | Namespaces | Enumerations
sparse_matrix.h File Reference

Contains a class declaration for the SparseMatrix container. More...

#include <cstdlib>
#include <map>
#include <string>
#include <fstream>
#include <sstream>
#include <vector>
#include <iomanip>
#include <set>
#include <CL/cl.h>
#include "src/device_mem_pointer_cl.h"
#include "src/device_mem_pointer_cu.h"
#include "skepu/src/malloc_allocator.h"
#include "skepu/src/environment.h"
#include "src/sparse_matrix_iterator.inl"
#include "src/sparse_matrix.inl"
#include "src/sparse_matrix_cl.inl"
#include "src/sparse_matrix_cu.inl"
Include dependency graph for sparse_matrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  skepu::SparseMatrix< T >
 A sparse matrix container class that mainly stores its data in CSR format. More...
 

Namespaces

 skepu
 The main namespace for SkePU library.
 

Enumerations

enum  skepu::SparseFileFormat
 Can be used to specify the input format for a sparse matrix that is supplied in constructor. More...
 

Detailed Description

Contains a class declaration for the SparseMatrix container.