- java.lang.Object
-
- org.scijava.ops.engine.math.Sqrt
-
- All Implemented Interfaces:
OpCollection
public class Sqrt extends Object implements OpCollection
-
-
Field Summary
Fields Modifier and Type Field Description static Computers.Arity1<double[],double[]>MathPointwiseSqrtDoubleArrayComputerstatic Inplaces.Arity1<double[]>MathPointwiseSqrtDoubleArrayInplacestatic Function<Double,Double>MathSqrtDoubleFunctionstatic StringNAMES
-
Constructor Summary
Constructors Constructor Description Sqrt()
-
-
-
Field Detail
-
NAMES
public static final String NAMES
- See Also:
- Constant Field Values
-
MathPointwiseSqrtDoubleArrayComputer
public static final Computers.Arity1<double[],double[]> MathPointwiseSqrtDoubleArrayComputer
-
MathPointwiseSqrtDoubleArrayInplace
public static final Inplaces.Arity1<double[]> MathPointwiseSqrtDoubleArrayInplace
-
-