SkePU(integratedwithStarPU)  0.8.1
 All Classes Namespaces Files Functions Enumerations Friends Macros Groups Pages
Classes | Namespaces
vector.h File Reference

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

#include <fstream>
#include <sstream>
#include <iostream>
#include <cstdlib>
#include <vector>
#include <assert.h>
#include <algorithm>
#include <map>
#include <starpu.h>
#include "skepu/src/debug.h"
#include "skepu/src/malloc_allocator.h"
#include "src/vector_iterator.inl"
#include "src/vector_proxy.inl"
#include "src/vector.inl"
Include dependency graph for vector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  skepu::Vector< T >
 A vector container class, implemented as a wrapper for std::vector. It is configured to use StarPU DSM as its backend, which means that it does not do lazy memory copying in this translation. More...
 

Namespaces

 skepu
 The main nemaspace for SkePU library.
 

Detailed Description

Contains a class declaration for the Vector container.