Package | Description |
---|---|
gov.sandia.cognition.math.matrix |
Provides interfaces and classes for linear algebra.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultInfiniteVector.forEachEntry(InfiniteVector.KeyValueConsumer<? super KeyType> consumer) |
void |
InfiniteVector.forEachEntry(InfiniteVector.KeyValueConsumer<? super KeyType> consumer)
Applies the given function to each active entry in this vector.
|
void |
DefaultInfiniteVector.forEachNonZero(InfiniteVector.KeyValueConsumer<? super KeyType> consumer) |
void |
InfiniteVector.forEachNonZero(InfiniteVector.KeyValueConsumer<? super KeyType> consumer)
Applies the given function to each non-zero entry in this vector.
|