Class TemplateRow.HopInputComparator

  • All Implemented Interfaces:
    Comparator<Hop>
    Enclosing class:
    TemplateRow

    public static class TemplateRow.HopInputComparator
    extends Object
    implements Comparator<Hop>
    Comparator to order input hops of the row aggregate template. We try to order matrices-vectors-scalars via sorting by number of cells but we keep the given main input always at the first position.
    • Constructor Detail

      • HopInputComparator

        public HopInputComparator​(Hop X,
                                  Hop B1)