mikera.vectorz.ops
Class AddFunction
- java.lang.Object
-
- mikera.vectorz.Op2
-
- mikera.vectorz.ops.AddFunction
-
public final class AddFunction extends Op2
Binary operator for z = a.y + b.f(x) function
-
-
Constructor Summary
Constructors Constructor and Description AddFunction(double a, double b, Op f)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description doubleapply(double x, double y)voidapplyTo(double[] data, int start, int length, AVector b)static AddFunctioncreate(double a, double b, Op f)static AddFunctioncreate(double b, Op f)static AddFunctioncreate(Op f)-
Methods inherited from class mikera.vectorz.Op2
applyTo, applyTo, applyTo, applyTo, applyTo, applyTo, applyTo, applyTo, averageValue, constrainValues, getDerivative, isBounded, isStochastic, maxValue, minValue, reduce, reduce, reduceZeros, reduceZeros, toString, validateOutput
-
-
-
-
Constructor Detail
-
AddFunction
public AddFunction(double a, double b, Op f)
-
-
Method Detail
-
create
public static AddFunction create(Op f)
-
create
public static AddFunction create(double b, Op f)
-
create
public static AddFunction create(double a, double b, Op f)
-
-
DMelt 3.0 © DataMelt by jWork.ORG