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

    • Constructor Detail

      • SelectingStore

        protected SelectingStore​(MatrixStore<N> base,
                                 int rowsCount,
                                 int columnsCount)
      • SelectingStore

        protected SelectingStore​(MatrixStore<N> base,
                                 long rowsCount,
                                 long columnsCount)