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

    • Field Detail

      • myAccess

        private final Access1D<?> myAccess
      • myScalarFactory

        private final Scalar.Factory<N extends java.lang.Comparable<N>> myScalarFactory
      • myStructure

        private final int myStructure
    • Method Detail

      • doubleValue

        public double doubleValue​(int index)
      • 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)
      • get

        public N get​(long index)