Releases: tensorics/tensorics-core
Releases · tensorics/tensorics-core
v0.0.61
- A more general linear interpolation which is not based on doubles but will work in any field, given that a mapper from the coordinates of the dimension to reduce to the field is provided
- byPositionAndValue stream filter for tensors
OngoingOperation.plusV(), OngoingOperation.minusV()
OngoingOperation.plusV()
OngoingOperation.minusV()
.. and in all subclasses
v0.0.59
Tensorics.forEach(Tensorbacked<S> tensor, Consumer<S> consumer)
Tensorics.forEach(Tensorbacked<S> tensor, BiConsumer<Position, S> consumer)
New forEach API for tensors
Tensorics.forEach(Tensor<S> tensor, Consumer<S> consumer)
Tensorics.forEach(Tensor<S> tensor, BiConsumer<Position, S> consumer)
Some more convenience methods
v0.0.57 Some new convenience methods
v0.0.56
v0.0.55
v0.0.54
v0.0.53
v0.0.52
Analysis parts in tensorics-core from streamingpool-ext-analysis