T - defines the type of the input/result main tensoric objectV - defines the type of possible value interaction of the main tensoric object. In another words it is the
tensor value.public interface OngoingOperation<T,V>
| Modifier and Type | Method and Description |
|---|---|
T |
elementDividedBy(T right) |
T |
elementDividedByV(V value) |
T |
elementTimes(T right) |
T |
elementTimesV(V value) |
T |
minus(T right) |
T |
minusV(V right) |
T |
plus(T right) |
T |
plusV(V right) |