array | TNL::Containers::NDArrayView< Value, Device, Indexer > | protected |
bind(NDArrayView view) | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
bind(Value *data, IndexerType indexer) | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
bind(Value *data) | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
ConstViewType typedef | TNL::Containers::NDArrayView< Value, Device, Indexer > | |
DeviceType typedef | TNL::Containers::NDArrayView< Value, Device, Indexer > | |
forAll(Func f, const typename Device2::LaunchConfiguration &launch_configuration=typename Device2::LaunchConfiguration{}) const | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
forBoundary(Func f, const typename Device2::LaunchConfiguration &launch_configuration=typename Device2::LaunchConfiguration{}) const | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
forBoundary(const SkipBegins &skipBegins, const SkipEnds &skipEnds, Func f, const typename Device2::LaunchConfiguration &launch_configuration=typename Device2::LaunchConfiguration{}) const | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
forInterior(Func f, const typename Device2::LaunchConfiguration &launch_configuration=typename Device2::LaunchConfiguration{}) const | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
forInterior(const Begins &begins, const Ends &ends, Func f, const typename Device2::LaunchConfiguration &launch_configuration=typename Device2::LaunchConfiguration{}) const | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
getConstView() const | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
getData() | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
getData() const | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
getIndexer() const | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
getSubarrayView(IndexTypes &&... indices) | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
getView() | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
indexer | TNL::Containers::NDArrayView< Value, Device, Indexer > | protected |
IndexerType typedef | TNL::Containers::NDArrayView< Value, Device, Indexer > | |
IndexType typedef | TNL::Containers::NDArrayView< Value, Device, Indexer > | |
NDArrayView()=default | TNL::Containers::NDArrayView< Value, Device, Indexer > | |
NDArrayView(Value *data, SizesHolderType sizes, StridesHolderType strides=StridesHolderType{}, OverlapsType overlaps=OverlapsType{}) | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
NDArrayView(Value *data, IndexerType indexer) | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
NDArrayView(const NDArrayView &)=default | TNL::Containers::NDArrayView< Value, Device, Indexer > | |
NDArrayView(NDArrayView &&) noexcept=default | TNL::Containers::NDArrayView< Value, Device, Indexer > | |
operator!=(const NDArrayView &other) const | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
operator()(IndexTypes &&... indices) | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
operator()(IndexTypes &&... indices) const | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
operator=(const NDArrayView &other) | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
operator=(const OtherView &other) | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
operator==(const NDArrayView &other) const | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
operator[](IndexType &&index) | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
operator[](IndexType index) const | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
OverlapsType typedef | TNL::Containers::NDArrayView< Value, Device, Indexer > | |
PermutationType typedef | TNL::Containers::NDArrayView< Value, Device, Indexer > | |
reset() | TNL::Containers::NDArrayView< Value, Device, Indexer > | inline |
SizesHolderType typedef | TNL::Containers::NDArrayView< Value, Device, Indexer > | |
StridesHolderType typedef | TNL::Containers::NDArrayView< Value, Device, Indexer > | |
ValueType typedef | TNL::Containers::NDArrayView< Value, Device, Indexer > | |
ViewType typedef | TNL::Containers::NDArrayView< Value, Device, Indexer > | |