org.apache.sysml.runtime.matrix.data

Class IJV



  • public class IJV
    extends Object
    Helper class for external key/value exchange.
    • Constructor Detail

      • IJV

        public IJV()
    • Method Detail

      • set

        public void set(int i,
                        int j,
                        double v)
      • getI

        public int getI()
      • getJ

        public int getJ()
      • getV

        public double getV()

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