NVBIO
|
This module implements the notion of vector array, i.e. an array of dynamically-allocated vectors. See Vector Arrays.
Classes | |
struct | nvbio::VectorArrayView< T > |
struct | nvbio::DeviceVectorArray< T > |
struct | nvbio::HostVectorArray< T > |
Functions | |
template<typename T > | |
VectorArrayView< T > | device_view (DeviceVectorArray< T > &vec) |
template<typename T > | |
VectorArrayView< T > | plain_view (DeviceVectorArray< T > &vec) |
template<typename T > | |
VectorArrayView< T > | plain_view (HostVectorArray< T > &vec) |
|
related |
return a view of the queues
Definition at line 403 of file vector_array.h.
|
related |
return a view of the queues
Definition at line 409 of file vector_array.h.
|
related |
return a view of the queues
Definition at line 415 of file vector_array.h.