File vector_sparse_array_binary.hpp

Typedefs

typedef DenseVector<uint32> BinarySparseArrayVector

A vector that provides random read and write access, as well as read and write access via iterators, to indices stored in a newly allocated array.

typedef ResizableDenseVector<uint32> ResizableBinarySparseArrayVector

A vector that provides random read and write access, as well as read and write access via iterators, to indices stored in a newly allocated array, which can be resized