org.apache.sysml.runtime.matrix.data

Class TripleIndexes

    • Constructor Detail

      • TripleIndexes

        public TripleIndexes()
      • TripleIndexes

        public TripleIndexes(long i1,
                             long i2,
                             long i3)
    • Method Detail

      • getFirstIndex

        public long getFirstIndex()
      • getSecondIndex

        public long getSecondIndex()
      • getThirdIndex

        public long getThirdIndex()
      • setIndexes

        public void setIndexes(long i1,
                               long i2,
                               long i3)
      • readFields

        public void readFields(DataInput in)
                        throws IOException
        Specified by:
        readFields in interface org.apache.hadoop.io.Writable
        Throws:
        IOException
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object

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