Class OngoingQuantifiedTensorBackedOperation<QTB extends Tensorbacked<QuantifiedValue<S>>,​S>

  • Type Parameters:
    QTB - the type of the quantified tensor backed instances
    S - the type of the scalars (elements of the field on which all the operations are based on)
    All Implemented Interfaces:
    OngoingOperation<QTB,​QuantifiedValue<S>>

    public class OngoingQuantifiedTensorBackedOperation<QTB extends Tensorbacked<QuantifiedValue<S>>,​S>
    extends java.lang.Object
    implements OngoingOperation<QTB,​QuantifiedValue<S>>
    Part of the tensorics fluent API that provides methods to describe the right hand part of binary operations on tensor backed instances, containing quantified values.