Uses of Class
hultig.util.MatrixItem

Packages that use MatrixItem
hultig.util This package gathers a set of generic tools used throughout several library classes. 
 

Uses of MatrixItem in hultig.util
 

Methods in hultig.util that return types with arguments of type MatrixItem
static
<T> ArrayList<MatrixItem>
Matrix.bestAssignment(ArrayList<T> u, ArrayList<T> v, AssignFunction<T> f)
          Given two generic vectors and an assignment function, computes the best possible assignment among the two vector elements.
static ArrayList<MatrixItem> Matrix.selectBestAssignment(ArrayList<MatrixItem> v, int n)
          Given a matrix <index(i,j), value> vector, select the n best exclusive assignments.
 

Method parameters in hultig.util with type arguments of type MatrixItem
static ArrayList<MatrixItem> Matrix.selectBestAssignment(ArrayList<MatrixItem> v, int n)
          Given a matrix <index(i,j), value> vector, select the n best exclusive assignments.