Class QuantifiedElementTensorBackedUnaryOperation<V,​QTB extends Tensorbacked<QuantifiedValue<V>>>

    • Constructor Detail

      • QuantifiedElementTensorBackedUnaryOperation

        public QuantifiedElementTensorBackedUnaryOperation()
    • Method Detail

      • perform

        public QTB perform​(QTB value)
        Description copied from interface: UnaryOperation
        performs the operation on the given value
        Specified by:
        perform in interface UnaryOperation<V>
        Parameters:
        value - the input value, on which the operation shall be applied
        Returns:
        the resulting value after the operation