- Type Parameters:
T
- the type of the scalar values on which the operations take place
- All Known Implementing Classes:
- OngoingScalarBinaryOperation
public interface OngoingBinaryOperation<T>
An interface for parts of the tensorics fluent API to the describe the right hand clause of a binary operation. The
main purpose of this interfacce is to streamline the naming for implementations on different types.