Interface ByteMatrix2D

All Superinterfaces:
BaseGenericMatrix<Byte>, BaseMatrix, BaseMatrixProperties, BasicDoubleCalculations, BasicEntrywiseDoubleCalculations, BooleanCalculations, ByteMatrix, 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:
DenseByteMatrix2D, SparseByteMatrix2D
All Known Implementing Classes:
AbstractDenseByteMatrix2D, AbstractSparseByteMatrix2D, ArrayDenseByteMatrix2D, DefaultDenseByteMatrix2D

public interface ByteMatrix2D extends ByteMatrix, GenericMatrix2D<Byte>
  • Field Details

  • Method Details

    • getByte

      byte getByte(long row, long column)
    • setByte

      void setByte(byte value, long row, long column)
    • getByte

      byte getByte(int row, int column)
    • setByte

      void setByte(byte value, int row, int column)