- java.lang.Object
-
- org.scijava.ops.engine.math.Power
-
- All Implemented Interfaces:
OpCollection
public class Power extends Object implements OpCollection
-
-
Field Summary
Fields Modifier and Type Field Description static Computers.Arity2<double[],Double,double[]>MathPointwisePowerDoubleArrayComputerstatic BiFunction<Double,Double,Double>MathPowerDoubleFunctionComputes the value of a number raised to the given power.static StringNAMES
-
Constructor Summary
Constructors Constructor Description Power()
-
-
-
Field Detail
-
NAMES
public static final String NAMES
- See Also:
- Constant Field Values
-
MathPowerDoubleFunction
public static final BiFunction<Double,Double,Double> MathPowerDoubleFunction
Computes the value of a number raised to the given power.- Output parameters:
result- The number raised to the exponent.- Input parameters:
number- The number to exponentiate.exponent- The power to which to raise the number.
-
MathPointwisePowerDoubleArrayComputer
public static final Computers.Arity2<double[],Double,double[]> MathPointwisePowerDoubleArrayComputer
-
-