Class Sortrows

All Implemented Interfaces:
Serializable, Calculation, ObjectCalculation

public class Sortrows extends AbstractObjectCalculation
Sorts the rows of a matrix
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • index

      private LongMatrix2D index
    • column

      private long column
    • reverse

      private boolean reverse
  • Constructor Details

    • Sortrows

      public Sortrows(Matrix m, long column, boolean reverse)
  • Method Details

    • getObject

      public Object getObject(long... coordinates)
    • createSortIndex

      private void createSortIndex()
    • getIndex

      public LongMatrix2D getIndex()