org.apache.sysml.runtime.matrix.data

Class MatrixValue.CellIndex

  • Enclosing class:
    MatrixValue


    public static class MatrixValue.CellIndex
    extends Object
    • Field Detail

      • row

        public int row
      • column

        public int column
    • Constructor Detail

      • CellIndex

        public CellIndex(int r,
                         int c)

Copyright © 2017 The Apache Software Foundation. All rights reserved.