Template Class RaggedRightArray

Class Documentation

template<typename T>
class RaggedRightArray

Public Functions

RaggedRightArray()
RaggedRightArray(CArray<size_t> &strides_array)
RaggedRightArray(ViewCArray<size_t> &strides_array)
RaggedRightArray(size_t *strides_array, size_t some_dim1)
RaggedRightArray(size_t some_dim1, size_t buffer)
RaggedRightArray(const RaggedRightArray &temp)
inline size_t stride(size_t i) const
void push_back(size_t i)
inline T &operator()(size_t i, size_t j) const
size_t size() const
inline T *pointer() const
inline size_t *get_starts() const
RaggedRightArray &operator+=(const size_t i)
RaggedRightArray &operator=(const RaggedRightArray &temp)
~RaggedRightArray()