Package | Description |
---|---|
dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse |
Modifier and Type | Method and Description |
---|---|
SparseVector.Entry |
SparseVector.Iterator.next() |
Modifier and Type | Method and Description |
---|---|
Iterator<SparseVector.Entry> |
SparseVector.iterator() |
Modifier and Type | Method and Description |
---|---|
int |
SparseVector.Entry.Comparator.compare(SparseVector.Entry o1,
SparseVector.Entry o2) |
Constructor and Description |
---|
SparseVector(int size,
List<SparseVector.Entry> entries)
Constructs a sparse vector.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.