Module org.scijava.ops.engine
Package org.scijava.ops.engine.math
Class Add<M extends Number,I extends Iterable<M>>
- java.lang.Object
-
- org.scijava.ops.engine.math.Add<M,I>
-
- All Implemented Interfaces:
OpCollection
public final class Add<M extends Number,I extends Iterable<M>> extends Object implements OpCollection
-
-
Field Summary
Fields Modifier and Type Field Description static BiFunction<BigInteger,BigInteger,BigInteger>MathAddBigIntegersComputerstatic BiFunction<Double,Double,Double>MathAddDoublesFunctionBiFunction<M,M,Double>MathAddNumbersFunctionstatic Computers.Arity2<double[],double[],double[]>MathPointwiseAddDoubleArraysComputerstatic Inplaces.Arity2_1<double[],double[]>MathPointwiseAddDoubleArraysInplace1BiFunction<I,I,Iterable<Double>>MathPointwiseAddIterablesFunctionFunction<Iterable<M>,Double>MathReductionAddstatic StringNAMES
-
Constructor Summary
Constructors Constructor Description Add()
-
-
-
Field Detail
-
NAMES
public static final String NAMES
- See Also:
- Constant Field Values
-
MathAddDoublesFunction
public static final BiFunction<Double,Double,Double> MathAddDoublesFunction
-
MathPointwiseAddIterablesFunction
public final BiFunction<I extends Iterable<M>,I extends Iterable<M>,Iterable<Double>> MathPointwiseAddIterablesFunction
-
MathAddBigIntegersComputer
public static final BiFunction<BigInteger,BigInteger,BigInteger> MathAddBigIntegersComputer
-
MathPointwiseAddDoubleArraysComputer
public static final Computers.Arity2<double[],double[],double[]> MathPointwiseAddDoubleArraysComputer
-
MathPointwiseAddDoubleArraysInplace1
public static final Inplaces.Arity2_1<double[],double[]> MathPointwiseAddDoubleArraysInplace1
-
MathAddNumbersFunction
public final BiFunction<M extends Number,M extends Number,Double> MathAddNumbersFunction
-
-