@SerialVersionUID(1L)
final class OpenAddressHashArray[@specialized(Int, Float, Long, Double) V] extends Storage[V] with SparseArrayLike[V] with Serializable
This is a Sparse Array implementation backed by a linear-probing open address hash table.
- Companion:
- object
Value members
Concrete methods
Inherited methods
Only iterates "active" elements. I'm not sure how I feel about this behavior, since it's inconsistent with the rest of Breeze. I will think on it.
Only iterates "active" elements. I'm not sure how I feel about this behavior, since it's inconsistent with the rest of Breeze. I will think on it.
- Inherited from:
- SparseArrayLike