20 packages found
Given a stride array, determine array iteration order.
- stdlib
- stdtypes
- types
- base
- ndarray
- strides
- iteration
- iter
- direction
- multidimensional
- array
- utilities
- utility
- utils
Generate a stride array from an array shape.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Determine the order of a multidimensional array based on a provided stride array.
- stdlib
- stdtypes
- types
- base
- ndarray
- strides
- order
- row-major
- column-major
- c-order
- fortran-order
- row
- column
- major
- View more
Convert a linear index in an array view to a linear index in an underlying data buffer.
- stdlib
- stdtypes
- types
- base
- ndarray
- shape
- strides
- offset
- multidimensional
- array
- utilities
- utility
- utils
- util
- View more
Determine if a buffer length is compatible with provided ndarray meta data.
Convert a linear index to an array of subscripts.
- stdlib
- stdtypes
- types
- base
- ndarray
- shape
- strides
- offset
- multidimensional
- array
- utilities
- utility
- utils
- util
- View more
Determine if an array is compatible with a single memory segment.
- stdlib
- stdtypes
- types
- base
- ndarray
- strides
- contiguous
- compatibility
- compatible
- segment
- test
- assert
- check
- validate
- View more
Return the minimum accessible index based on a set of provided strided array parameters.
Convert subscripts to a linear index.
- stdlib
- stdtypes
- types
- base
- ndarray
- shape
- strides
- offset
- multidimensional
- array
- utilities
- utility
- utils
- util
- View more
Given a stride array, determine whether an array is column-major.
- stdlib
- stdtypes
- types
- base
- ndarray
- strides
- row-major
- fortran-order
- fortran
- order
- column-major
- test
- assert
- check
- View more
Given a stride array, determine whether an array is row-major.
- stdlib
- stdtypes
- types
- base
- ndarray
- strides
- row-major
- c-order
- order
- column-major
- test
- assert
- check
- validate
- View more
Return the maximum accessible index based on a set of provided strided array parameters.
Determine if an array is contiguous.
- stdlib
- stdtypes
- types
- base
- ndarray
- strides
- contiguous
- is
- iscontiguous
- test
- assert
- check
- validate
- validation
- View more
Compute the maximum linear index in an underlying data buffer accessible to an array view.
Compute the minimum linear index in an underlying data buffer accessible to an array view.
Convert a linear index in an underlying data buffer to a linear index in an array view.
- stdlib
- stdtypes
- types
- base
- ndarray
- shape
- strides
- offset
- multidimensional
- array
- utilities
- utility
- utils
- util
- View more
Determine if an array is column-major contiguous.
- stdlib
- stdtypes
- types
- base
- ndarray
- strides
- contiguous
- column-major
- column
- major
- order
- is
- iscontiguous
- test
- View more
Determine if an array is row-major contiguous.