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

    • Constructor Detail

      • ComposingStore

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

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