Documentation of 'mikera.arrayz.impl.IStridedArray' Java class
IStridedArray
mikera.arrayz.impl

Interface IStridedArray

    • Method Detail

      • getArray

        double[] getArray()
        Gets the underlying data array for this strided array Unsafe operation - may allow modification of otherwise immutable arrays
        Returns:
      • getArrayOffset

        int getArrayOffset()
        Gets the data array offset for the first element of this strided array
        Returns:
      • getStrides

        int[] getStrides()
        Gets the strides for each dimension of this strided array. The returned array should not be modified
        Returns:
      • getStride

        int getStride(int dimension)
        Gets the stide for a specific dimension in this strided array.
        Parameters:
        dimension -
        Returns:
      • isPackedArray

        boolean isPackedArray()
        Checks if this array is fully packed in row major order.
        Returns:

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.