| Class | Description |
|---|---|
| ElementBinaryFunction<V,R> | |
| ElementBinaryOperation<V> |
A binary operations on tensors which can be decoupled into simple operations on an element of one tensor on the
corresponding element on the second tensor (same position).
|
| ElementUnaryOperation<V> |
Operates on one tensor and produces a new tensor of the same shape by applying a unary operation on each value of the
tensor.
|
| FunctionTensorCreationOperation<V> |
Uses the given function from a position to the tensor to create the values of the tensor.
|
| InnerTensorOperation<V> |
Represents a binary operation on tensorics, respecting the equivalent of Einstein Summation Convention in tensorics
representation.
|
| OngoingMapOut<V> |
Provides methods to describe how to produce a map out of a tensor.
|
| PositionFunctions | |
| SingleValueTensorCreationOperation<V> |
Uses one value and a given shape to create a tensor, which has the same values at all positions.
|
| TensorInternals |
Utility methods for tensors which are not exposed to the public API
|
| TensorReduction<C,E,R> |
The operation which describes the reduction of a tensor in one direction.
|