|
SkePU(integratedwithStarPU)
0.8.1
|
Contains a class declaration for the SparseMatrix container. More...
#include <iostream>#include <fstream>#include <sstream>#include <cstdlib>#include <vector>#include <map>#include <iomanip>#include <starpu.h>#include "skepu/src/debug.h"#include "skepu/src/malloc_allocator.h"#include "src/sparse_matrix_iterator.inl"#include "src/sparse_matrix.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 nemaspace 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