All Classes and Interfaces
Class
Description
Abstract base class for sparse array.
Data layout that converts 32-bit floats from/to 16-bit, truncating their mantissa to 7 bits but
preserving the 8-bit exponent with the same bias.
A
DataBuffer of booleans.A
DataLayout that converts data stored in a buffer to booleans.An
NdArray of booleans.sparse array for the boolean data type
Data layout that converts booleans from/to bytes.
A
DataBuffer of bytes.A
DataLayout that converts data stored in a buffer to bytes.An
NdArray of bytes.sparse array for the byte data type
A container of data of a specific type.
Factory of data buffer adapters.
Helper class for creating
DataBuffer instances.A mutable container for viewing part of a
DataBuffer.Converts data stored in a buffer to a given type.
Exposes
DataLayout instances of data formats frequently used in linear algebra computation.Visit the backing storage of
DataBuffer instances.A
DataBuffer of doubles.A
DataLayout that converts data stored in a buffer to doubles.An
NdArray of doubles.A sparse array for the double data type
A sequence recycling the same
NdArray instance when iterating its elementsData layout that converts 32-bit floats from/to 16-bit, accordingly to the IEEE-754 half-precision
floating point specification.
A
DataBuffer of floats.A
DataLayout that converts data stored in a buffer to floats.An
NdArray of floats.sparse array for the float data type
Exception thrown when an operation cannot be completed because of the rank of the targeted array.
An index used for slicing a view out of an N-dimensional array.
Helper class for instantiating
Index objects.A
DataBuffer of ints.A
DataLayout that converts data stored in a buffer to ints.An
NdArray of integers.sparse array for the int data type
A
DataBuffer of longs.A
DataLayout that converts data stored in a buffer to longs.An
NdArray of longs.sparse array for the long data type
Factory of miscellaneous data buffers
A data structure of N-dimensions.
Utility class for instantiating
NdArray objects.A sequence of elements of an N-dimensional array.
Factory of JDK NIO-based data buffers
Factory of raw data buffers
The shape of a Tensor or
NdArray.Any data container with a given
Shape.A
DataBuffer of shorts.A
DataLayout that converts data stored in a buffer to shorts.An
NdArray of shorts.sparse array for the short data type
A sequence of one single element
A sequence creating a new
NdArray instance (slice) for each element of an iterationsparse array for the any data type
Interface for Sparse Arrays
A sparse window is a view into an AbstractSparseNdArray.
Utility class for working with
NdArray instances mixed with standard Java arrays.Data layout that converts a String to/from a sequence of bytes applying a given charset.