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"

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... | |
Contains a class declaration for the SparseMatrix container.
1.8.5