Package mikera.arrayz.impl
-
Interface Summary Interface Description IDense Marker interface for matrices using dense storage.IDenseArray Marker interface for types that use a densely packed arrayIStridedArray Interface for arrays that support strided access over an underlying double[] array -
Class Summary Class Description AbstractArray<T> Abstract base class for INDArray implementations Contains generic implementations for most INDArray operations, enabling new INDArray implementations to inherit these (at least until more optimised implementations can be written).BaseNDArray Base class for NDArray implementations.BaseShapedArray Abstract base class for N-dimensional arrays that use a fixed int[] shape vector.BroadcastScalarArray Specialized array class representing the broadcasting of a scalar value to fill an entire array.ImmutableArray General immutable N-dimensional array class Uses strided array storageJoinedArray Array created by joining two arrays along a specific dimensionSliceArray<T extends INDArray> A general N-dimensional double array implemented as a collection of (n-1) dimensional slices Must have dimensionality 1 or above, and contain at least one sliceSliceElementIterator General purpose iterator for elements of arbitrary arrays.SliceIterator<T> General purpose iterator for slices of arbitrary arrays.ZeroArray Class representing an immutable array filled entirely with zeros.
DMelt 3.0 © DataMelt by jWork.ORG