public static interface SparseStore.Factory<N extends Number>
Modifier and Type | Method and Description |
---|---|
SparseStore<N> |
make(long rowsCount,
long columnsCount) |
default SparseStore<N> |
make(Structure2D shape) |
SparseStore<N> make(long rowsCount, long columnsCount)
default SparseStore<N> make(Structure2D shape)
Copyright © 2019 Optimatika. All rights reserved.