org.apache.sysml.runtime.matrix.data

Class TaggedFirstSecondIndexes

  • java.lang.Object
    • org.apache.sysml.runtime.matrix.data.TaggedFirstSecondIndexes
    • Field Detail

      • first

        protected long first
      • tag

        protected byte tag
      • second

        protected long second
    • Constructor Detail

      • TaggedFirstSecondIndexes

        public TaggedFirstSecondIndexes()
      • TaggedFirstSecondIndexes

        public TaggedFirstSecondIndexes(long i1,
                                        byte t,
                                        long i2)

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