V
- the type of the values of the tensorspublic interface Mappable<V>
Modifier and Type | Method and Description |
---|---|
java.util.Map<Position,V> |
asMap()
By implementing this method, a tensor can provide an efficient way to convert the tensor to a map from position
to values.
|
java.util.Map<Position,V> asMap()
null
TensorInternals.mapFrom(Tensor)
(internal clients) or
Tensorics.mapFrom(Tensor)
(external clients)TensorInternals.mapFrom(Tensor)
,
Tensorics.mapFrom(Tensor)