Class OpMatrix<R,​C>

    • Constructor Detail

      • OpMatrix

        public OpMatrix​(Matrix<R,​C> matrix,
                        com.macrofocus.molap.dataframe.matrix.OpMatrix.Op op)
    • Method Detail

      • getDouble

        public double getDouble​(R row,
                                C column)
      • getRowIndex

        public UniqueIndex<R> getRowIndex()
        Description copied from interface: DataFrame
        Gets the index used to access the rows.
        Returns:
        the row index
      • getColumnIndex

        public UniqueIndex<C> getColumnIndex()
        Description copied from interface: DataFrame
        Gets the index used to access the columns.
        Returns:
        the column index