Interface ByteArrayMatrix2D

All Superinterfaces:
BaseGenericMatrix<byte[]>, BaseMatrix, BaseMatrixProperties, BasicDoubleCalculations, BasicEntrywiseDoubleCalculations, BooleanCalculations, ByteArrayMatrix, CanPerformCalculations, Clearable, Cloneable, Comparable<Matrix>, Conversions, CoordinateFunctions, CoreObject, CreatorDoubleCalculations, DecompositionDoubleCalculations, DenseGenericMatrix<byte[]>, DenseGenericMatrix2D<byte[]>, DenseGenericMatrixMultiD<byte[]>, DenseMatrix, DenseMatrix2D, DenseMatrixMultiD, DiscretizeCalculations, DistanceMeasures, DoubleCalculations, EntrywiseDoubleCalculations, ExtendedMatrixProperties, GeneralDoubleCalculations, GenericMatrix<byte[]>, GenericMatrix2D<byte[]>, GenericMatrixMultiD<byte[]>, GettersAndSetters, HasDescription, HasGUIObject, HasId, HasLabel, HasMetaData, HyperbolicDoubleCalculations, IntCalculations, Matrix, Matrix2D, MatrixMultiD, MiscEntrywiseDoubleCalculations, MiscGeneralDoubleCalculations, MissingValueDoubleCalculations, ObjectCalculations, RoundingDoubleCalculations, Serializable, SparseGenericMatrix<byte[]>, SparseGenericMatrix2D<byte[]>, SparseGenericMatrixMultiD<byte[]>, SparseMatrix, SparseMatrix2D, SparseMatrixMultiD, StatisticalDoubleCalculations, StringCalculations, TrigonometricDoubleCalculations
All Known Subinterfaces:
DenseByteArrayMatrix2D, SparseByteArrayMatrix2D
All Known Implementing Classes:
AbstractDenseByteArrayMatrix2D, AbstractSparseByteArrayMatrix2D

public interface ByteArrayMatrix2D extends ByteArrayMatrix, GenericMatrix2D<byte[]>
  • Method Details

    • getByteArray

      byte[] getByteArray(long row, long column)
    • setByteArray

      void setByteArray(byte[] value, long row, long column)
    • getByteArray

      byte[] getByteArray(int row, int column)
    • setByteArray

      void setByteArray(byte[] value, int row, int column)