#include "NCV.hpp"
Public Member Functions | |
NCVVector () | |
virtual | ~NCVVector () |
void | clear () |
NCVStatus | copySolid (NCVVector< T > &dst, cudaStream_t cuStream, size_t howMuch=0) const |
size_t | length () const |
NCVMemoryType | memType () const |
T * | ptr () const |
Protected Attributes | |
size_t | _length |
NCVMemoryType | _memtype |
T * | _ptr |
NCVVector (1D)
|
inline |
References NCVMemoryTypeNone.
|
inline |
References NCVVector< T >::_length, NCVVector< T >::_memtype, NCVVector< T >::_ptr, memSegCopyHelper(), NCV_MEM_COPY_ERROR, NCV_NULL_PTR, NCV_SUCCESS, ncvAssertReturn, and NCVMemoryTypeNone.
|
inline |
|
inline |
|
inline |
|
protected |
Referenced by NCVVector< T >::copySolid().
|
protected |
Referenced by NCVVector< T >::copySolid().
|
protected |
Referenced by NCVVector< T >::copySolid().