Crate ha_ndarray
source ·Modules
- N-dimensional array constructor op definitions
- N-dimensional array
Op
s
Structs
- An n-dimensional array with a specific buffer type
- An array operation
- A slice of a larger array
- A read-only view of a source array
- An execution context
- An OpenCL platform
- A queue of array operations
Enums
- A generic n-dimensional array
- Bounds on an individual array axis
- A sequence of elements in a single contiguous block in memory
- A sequence of elements in a single contiguous block of memory
- A mutable accessor for a
Buffer
. - An array math error
- A buffer in host memory, either borrowed or owned
- A mutable accessor for a buffer in host memory.
Traits
- Array buffer access methods
- An array buffer
- Buffer read methods
- Buffer reduce operations
- Buffer write methods
- A type which supports hardware-accelerated arithmetic operations
- Float-specific operations on a scalar floating point value
- Logarithm-related operations on a scalar value
- Matrix operations
- An n-dimensional array
- Boolean array operations
- Boolean array operations with a scalar argument
- Array cast operations
- Array comparison operations
- Array comparison operations with a scalar argument
- Array arithmetic operations
- Array arithmetic operations with a scalar argument
- Float-specific array methods
- Access methods for an
NDArray
- Axis-wise array reduce operations
- Array reduce operations
- Boolean array reduce operations
- Array transform operations
- Array trigonometry methods
- Unary array operations
- Conditional selection (boolean logic) methods
- Access methods for a mutable
NDArray
- Trigonometric operations on a scalar value
Functions
- Compute the shape which results from broadcasting the
left
andright
shapes, if possible. - Compute the strides of the given shape, with a result of length
ndim
.
Type Aliases
- The shape of an
NDArray