Documentation of 'mikera.vectorz.ops.ComposedOp2' Java class
ComposedOp2
mikera.vectorz.ops

Class ComposedOp2



  • public class ComposedOp2
    extends Op2
    Class representing a composed operation of the form z = f(x,g(y))
    • Field Detail

      • inner

        public final Op inner
      • outer

        public final Op2 outer
    • Method Detail

      • apply

        public double apply(double x,
                            double y)
        Specified by:
        apply in class Op2
      • applyTo

        public void applyTo(double[] data,
                            int start,
                            int length,
                            AVector b)
        Overrides:
        applyTo in class Op2
      • applyTo

        public void applyTo(double[] data,
                            int start,
                            int length,
                            double b)
        Overrides:
        applyTo in class Op2
      • isBounded

        public boolean isBounded()
        Overrides:
        isBounded in class Op2
      • minValue

        public double minValue()
        Overrides:
        minValue in class Op2
      • maxValue

        public double maxValue()
        Overrides:
        maxValue in class Op2
      • isStochastic

        public boolean isStochastic()
        Description copied from class: Op2
        Returns true if the operator is stochastic, i.e returns random values for at least some inputs
        Overrides:
        isStochastic in class Op2
        Returns:
      • averageValue

        public double averageValue()
        Overrides:
        averageValue in class Op2
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Op2

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.