NVBIO
|
Define host / device vectors. More...
#include <nvbio/basic/types.h>
#include <nvbio/basic/iterator.h>
#include <nvbio/basic/thrust_view.h>
#include <nvbio/basic/vector_view.h>
#include <thrust/host_vector.h>
#include <thrust/device_vector.h>
Go to the source code of this file.
Classes | |
struct | nvbio::vector< system_tag, T > |
struct | nvbio::vector< host_tag, T > |
struct | nvbio::vector< device_tag, T > |
struct | nvbio::device_iterator_type< T > |
struct | nvbio::device_iterator_type< T * > |
struct | nvbio::device_iterator_type< const T * > |
Namespaces | |
nvbio | |
Define a vector_view POD type and plain_view() for std::vector. | |
nvbio::cuda | |
Functions | |
template<typename T > | |
device_iterator_type< T >::type | nvbio::device_iterator (const T it) |
Define host / device vectors.
Definition in file vector.h.