Class MatrixPipeline<N extends java.lang.Comparable<N>>

    • Field Detail

      • myColumnsCount

        private final int myColumnsCount
      • myRowsCount

        private final int myRowsCount
    • Method Detail

      • countColumns

        public final long countColumns()
        Description copied from interface: Structure2D
        Only need to implement if the structure may contain more than Integer.MAX_VALUE elements.
        Specified by:
        countColumns in interface Structure2D
        Returns:
        The number of columns
      • countRows

        public final long countRows()
        Description copied from interface: Structure2D
        Only need to implement if the structure may contain more than Integer.MAX_VALUE elements.
        Specified by:
        countRows in interface Structure2D
        Returns:
        The number of rows
      • getColDim

        public final int getColDim()
        Specified by:
        getColDim in interface Structure2D
        Returns:
        The number of columns
      • getRowDim

        public final int getRowDim()
        Specified by:
        getRowDim in interface Structure2D
        Returns:
        The number of rows
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object