Class AbstractDenseByteArrayMatrix

    • Constructor Detail

      • AbstractDenseByteArrayMatrix

        public AbstractDenseByteArrayMatrix​(long... size)
    • Method Detail

      • contains

        public final boolean contains​(long... coordinates)
      • availableCoordinates

        public final java.lang.Iterable<long[]> availableCoordinates()
        Description copied from interface: CoordinateFunctions
        Returns an Iterator that only goes over the coordinates in the Matrix that are stored. For most Matrices, this is the same as allCoordinates(). For sparse Matrices, it iterates only over the entries in it.
        Specified by:
        availableCoordinates in interface CoordinateFunctions
        Returns:
        Iterable over the saved entries in a Matrix.