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

    • Field Detail

      • myBaseColumns

        private final long myBaseColumns
      • myRepetitions

        private final int myRepetitions
    • Constructor Detail

      • RepeatedColumnsStore

        RepeatedColumnsStore​(MatrixStore<N> base,
                             int repetitions)
    • Method Detail

      • doubleValue

        public double doubleValue​(int row,
                                  int col)
        Description copied from interface: Access2D
        Extracts one element of this matrix as a double.
        Parameters:
        row - A row index.
        col - A column index.
        Returns:
        One matrix element
      • get

        public N get​(int row,
                     int col)