Package ubic.gemma.core.datastructure.sparse
@ParametersAreNonnullByDefault
package ubic.gemma.core.datastructure.sparse
This package contains sparse data structures implementations and utilities.
The Matrix Java Toolkit provide numerous sparse matrix implementations under
that
can be used to complement this package.invalid reference
no.uib.cipr.matrix.sparse
- Author:
- poirigui
-
ClassDescriptionUtilities for
CompRowMatrix.A sparse array backed by anArrayList.SparseList<T>A subclass ofListfor sparsely stored lists.Utilities for dealing with sparseListA sparse range array is a data structure that efficiently stores arrays of repeated elements by encoding their starting offsets.