S - the type of the scalar values (elements of the field on which all the operations are based on)public class TensorbackedSupport<S>
extends java.lang.Object
| Constructor and Description |
|---|
TensorbackedSupport(Environment<S> environment) |
| Modifier and Type | Method and Description |
|---|---|
<TB extends Tensorbacked<S>> |
calculate(TB left)
Allows to perform calculation on given tensor backed.
|
<TB extends Tensorbacked<S>> |
negativeOf(TB tensorBacked)
Constructs a tensor backed objet of the same type as the input parameter, containing the negative values of the
original one.
|
public TensorbackedSupport(Environment<S> environment)
public <TB extends Tensorbacked<S>> TB negativeOf(TB tensorBacked)
tensorBacked - to usepublic final <TB extends Tensorbacked<S>> OngoingTensorBackedOperation<TB,S> calculate(TB left)
left - to calculate with.