|
template<uint32 BLOCKDIM, uint32 BITS, bool BIG_ENDIAN, typename InStreamIterator , typename OutStreamIterator > |
NVBIO_HOST_DEVICE void | nvbio::transpose_packed_streams (const uint32 stride, const uint32 N, const uint32 in_offset, const InStreamIterator in_stream, OutStreamIterator out_stream) |
|
template<typename Stream > |
void | std::swap (nvbio::PackedStreamRef< Stream > ref1, nvbio::PackedStreamRef< Stream > ref2) |
|
template<typename InputStream , typename SymbolType , nvbio::uint32 SYMBOL_SIZE_T, bool BIG_ENDIAN_T, typename IndexType > |
void | std::iter_swap (nvbio::PackedStream< InputStream, SymbolType, SYMBOL_SIZE_T, BIG_ENDIAN_T, IndexType > it1, nvbio::PackedStream< InputStream, SymbolType, SYMBOL_SIZE_T, BIG_ENDIAN_T, IndexType > it2) |
|