Documentation of 'mikera.matrixx.impl.BaseStridedMatrix' Java class
BaseStridedMatrix
mikera.matrixx.impl

Class BaseStridedMatrix

    • Method Detail

      • rowStride

        public final int rowStride()
        Description copied from class: AStridedMatrix
        Gets the row stride for this strided matrix. Each row has this offset in the underlying data array vs. the previous row. May be positive, zero or negative.
        Specified by:
        rowStride in class AStridedMatrix
      • columnStride

        public final int columnStride()
        Description copied from class: AStridedMatrix
        Gets the column stride for this strided matrix. Each column has this offset in the underlying data array vs. the previous column. May be positive, zero or negative.
        Specified by:
        columnStride in class AStridedMatrix
      • get

        public final double get(int i,
                                int j)
        Description copied from interface: INDArray
        Returns the double value at the specified position in a 2D matrix
        Specified by:
        get in interface INDArray
        Specified by:
        get in interface IMatrix
        Overrides:
        get in class AArrayMatrix
      • unsafeGet

        public final double unsafeGet(int i,
                                      int j)
        Description copied from class: AMatrix
        Gets an element in the matrix in an unsafe fashion, without performing bound checks The result is undefined if the row and column are out of bounds.
        Overrides:
        unsafeGet in class AArrayMatrix
        Returns:

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.