Uses of Class
dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse.SparseVector.Entry
-
Packages that use SparseVector.Entry Package Description dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse -
-
Uses of SparseVector.Entry in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse
Fields in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse with type parameters of type SparseVector.Entry Modifier and Type Field Description static Comparator<SparseVector.Entry>SparseVector.Entry. BY_INDEXThisComparatorsorts the vector entries by their indices.Methods in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse that return SparseVector.Entry Modifier and Type Method Description SparseVector.EntrySparseVector.Iterator. next()Methods in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse that return types with arguments of type SparseVector.Entry Modifier and Type Method Description Iterator<SparseVector.Entry>SparseVector. iterator()Constructor parameters in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse with type arguments of type SparseVector.Entry Constructor Description SparseVector(int size, Collection<SparseVector.Entry> entries)Constructs a sparse vector.
-