| Interface | Description |
|---|---|
| Tensorbacked<T> |
Interface for any object that will support Tensors and it will be able to transform itself into a tensor ie.
|
| Class | Description |
|---|---|
| AbstractTensorbacked<E> |
An abstract class for classes that are backed by a tensor.
|
| OngoingTensorbackedCompletion<TB extends Tensorbacked<S>,S> | |
| TensorbackedBuilder<V,TB extends Tensorbacked<V>> |
A builder for tensor backed objects, which takes care that only positions which are compatible with the dimensions of
the foreseen underlaying tensor are put into it.
|
| TensorbackedInternals |
This class gives an access to the methods for
Tensorbacked object support. |
| Tensorbackeds |
Contains (public) utility methods for tensor backed objects.
|