Documentation of 'org.ujmp.core.bytematrix.impl.ArrayDenseByteMatrix2D' Java class
ArrayDenseByteMatrix2D
org.ujmp.core.bytematrix.impl

Class ArrayDenseByteMatrix2D

    • Constructor Detail

      • ArrayDenseByteMatrix2D

        public ArrayDenseByteMatrix2D(byte[]... v)
      • ArrayDenseByteMatrix2D

        public ArrayDenseByteMatrix2D(int rows,
                                      int columns)
      • ArrayDenseByteMatrix2D

        public ArrayDenseByteMatrix2D(byte[] v)
    • Method Detail

      • getByte

        public byte getByte(long row,
                            long column)
      • setByte

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

        public byte getByte(int row,
                            int column)
      • setByte

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

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.