149 packages found
Multidimensional Arrays
- ndarray
- array
- multi
- multidimensional
- dimension
- higher
- image
- volume
- webgl
- tensor
- matrix
- linear
- algebra
- science
- View more
Multidimensional arrays.
- stdlib
- stdtypes
- types
- data
- structures
- typed
- typed array
- typed-array
- array
- vector
- matrix
- ndarray
- tensor
- multidimensional
- View more
List of ndarray data types.
List of strided array data types.
Return the enumeration constant associated with a supported strided array data type value.
Multidimensional array constructor.
- stdlib
- stdtypes
- types
- data
- structure
- array
- typed
- typed array
- typed-array
- multidimensional
- dimensions
- dims
- ndarray
- constructors
- View more
Return the number of elements in an array.
List of ndarray orders.
- stdlib
- stdtypes
- types
- ndarray
- order
- row-major
- column-major
- c
- fortran
- multidimensional
- array
- utilities
- utility
- utils
List of ndarray index modes.
Return the number of bytes per element provided an underlying array data type.
- stdlib
- stdtypes
- types
- base
- ndarray
- nbytes
- bytes-per-element
- bytes_per_element
- bytes
- memory
- multidimensional
- array
- utilities
- utility
- View more
Return the enumeration constant associated with a strided array data type string.
Return the data type string associated with a strided array data type enumeration constant.
Given a stride array, determine array iteration order.
- stdlib
- stdtypes
- types
- base
- ndarray
- strides
- iteration
- iter
- direction
- multidimensional
- array
- utilities
- utility
- utils
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
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.
Multidimensional arrays for JS
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Base multidimensional array.
- stdlib
- stdtypes
- types
- data
- structure
- array
- typed
- typed array
- typed-array
- multidimensional
- dimensions
- dims
- ndarray
- constructors
- View more
Return the single letter character abbreviation for an underlying array data type.