| Accessor(NDArray< T, N, Layout::Contig > &ndarray, std::size_t index, std::size_t dim) | clustering::NDArray< T, N, L >::Accessor | inline |
| BaseAccessor(NDArray< T, N, Layout::Contig > *ndarray, std::size_t index, std::size_t dim) | clustering::NDArray< T, N, L >::BaseAccessor | inlineprotected |
| ConstAccessor(const NDArray< T, N, Layout::Contig > &ndarray, std::size_t index, std::size_t dim) | clustering::NDArray< T, N, L >::ConstAccessor | inline |
| ConstAccessor(const ConstAccessor &other)=default | clustering::NDArray< T, N, L >::ConstAccessor | |
| data() const | clustering::NDArray< T, N, L >::BaseAccessor | inline |
| index() const noexcept | clustering::NDArray< T, N, L >::ConstAccessor | inline |
| m_dim | clustering::NDArray< T, N, L >::BaseAccessor | protected |
| m_index | clustering::NDArray< T, N, L >::BaseAccessor | protected |
| m_ndarray | clustering::NDArray< T, N, L >::BaseAccessor | protected |
| operator T() const noexcept | clustering::NDArray< T, N, L >::ConstAccessor | inline |
| operator=(T value) noexcept | clustering::NDArray< T, N, L >::Accessor | inline |
| operator[](std::size_t index) noexcept | clustering::NDArray< T, N, L >::Accessor | inline |
| clustering::NDArray::ConstAccessor::operator[](std::size_t index) const noexcept | clustering::NDArray< T, N, L >::ConstAccessor | inline |