Uses of Class
jline.util.UniqueRowResult
Packages that use UniqueRowResult
Package
Description
Matrix operations and linear algebra utilities for queueing analysis.
-
Uses of UniqueRowResult in jline.util.matrix
Methods in jline.util.matrix that return UniqueRowResultModifier and TypeMethodDescriptionstatic UniqueRowResultMatrix.uniqueRowIndexes(Matrix m) Finds the indices of unique rows in a matrix without returning a matrix of the unique rows themselves.static UniqueRowResultMatrix.uniqueRowIndexesFromColumn(Matrix m, int startCol) Identifies unique rows in a matrix starting from a specified column index.static UniqueRowResultMatrix.uniqueRows(Matrix m) Finds all unique rows in a matrix and returns the unique sorted rows, along with mapping indices to/from the original matrix.