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

Class AddFunction



  • public final class AddFunction
    extends Op2
    Binary operator for z = a.y + b.f(x) function
    • Constructor Detail

      • AddFunction

        public AddFunction(double a,
                           double b,
                           Op f)
    • Method Detail

      • create

        public static AddFunction create(double a,
                                         double b,
                                         Op f)
      • 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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.