public final class CorePrimitiveOperation extends Object implements ArrayOperation
Modifier and Type | Field and Description |
---|---|
static int |
THRESHOLD |
Constructor and Description |
---|
CorePrimitiveOperation() |
Modifier and Type | Method and Description |
---|---|
static void |
negate(double[] data,
int first,
int limit,
int step,
double[] values) |
static void |
negate(float[] data,
int first,
int limit,
int step,
float[] values) |
int |
threshold() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setAllOperationThresholds, setThresholdsMaxValue, setThresholdsMinValue
public static void negate(double[] data, int first, int limit, int step, double[] values)
public static void negate(float[] data, int first, int limit, int step, float[] values)
public int threshold()
threshold
in interface ArrayOperation
Copyright © 2019 Optimatika. All rights reserved.