Uses of Class
org.flag4j.linalg.ops.sparse.coo.CooDataSorter
Packages that use CooDataSorter
Package
Description
Implementations of operations on generic sparse COO (coordinate) array objects.
-
Uses of CooDataSorter in org.flag4j.linalg.ops.sparse.coo
Methods in org.flag4j.linalg.ops.sparse.coo that return CooDataSorterModifier and TypeMethodDescriptionCooDataSorter.sparseSort()Sorts the wrapped indices in lexicographical order while maintaining the order of the non-zero values so that their order matches the order of the indices.static CooDataSorterCooDataSorter.wrap(double[] values, int[] indices) Factory method which wraps data in an instance ofCooDataSorterand returns that instance.static CooDataSorterCooDataSorter.wrap(double[] values, int[][] indices) Factory method which wraps data in an instance ofCooDataSorterand returns that instance.static CooDataSorterCooDataSorter.wrap(double[] values, int[] rowIndices, int[] colIndices) Factory method which wraps data in an instance ofCooDataSorterand returns that instance.static CooDataSorterFactory method which wraps data in an instance ofCooDataSorterand returns that instance.static CooDataSorterFactory method which wraps data in an instance ofCooDataSorterand returns that instance.static CooDataSorterFactory method which wraps data in an instance ofCooDataSorterand returns that instance.