Expand description
A module for indexing utility machinery.
Re-exports§
pub use crate::errors::BoundsError;pub use crate::tensor::index_conversion::AsIndex;
Structs§
- Index
Wrap - Wraps an index with negative indexing support.
Functions§
- expect_
wrap - Wraps an index with negative indexing support.
- ravel_
index - Compute the ravel index for the given coordinates.
- try_
wrap - Wraps an index with negative indexing support.
- wrap_
index - Wraps a dimension index to be within the bounds of the dimension size.