| Interface | Description |
|---|---|
| QuantifiedTensorBackedUnaryOperation<V,QTB extends Tensorbacked<QuantifiedValue<V>>> |
This interface defines the type of the operation for
Tensorbacked objects. |
| TensorBackedUnaryOperation<V,TB extends Tensorbacked<V>> |
This interface defines the type of the operation for
Tensorbacked objects. |
| Class | Description |
|---|---|
| ElementTensorBackedUnaryOperation<V,TB extends Tensorbacked<V>> |
An operation which takes one tensor-backed object and returns another one of the same type.
|
| QuantifiedElementTensorBackedUnaryOperation<V,QTB extends Tensorbacked<QuantifiedValue<V>>> |
Describes an element wise unary operations on tensor backed instances which contain quantified values
|
| TensorExtractionOperation<V,TB extends Tensorbacked<V>> |
An operation which extracts a tensor from a tensor backed instance.
|
| TensorWrappingOperation<V,TB extends Tensorbacked<V>> |
The default implementation of an operation, which wraps a tensor into a tensorbacked object of a given type.
|