public final class FillAll extends Object implements ArrayOperation
Modifier and Type | Field and Description |
---|---|
static int |
THRESHOLD |
Constructor and Description |
---|
FillAll() |
Modifier and Type | Method and Description |
---|---|
static void |
fill(double[] data,
Access1D<?> values) |
static void |
fill(double[] data,
int first,
int limit,
int step,
double value) |
static void |
fill(double[] data,
int first,
int limit,
int step,
NullaryFunction<?> supplier) |
static void |
fill(float[] data,
Access1D<?> values) |
static void |
fill(float[] data,
int first,
int limit,
int step,
float value) |
static void |
fill(float[] data,
int first,
int limit,
int step,
NullaryFunction<?> supplier) |
static <N extends Comparable<N>> |
fill(N[] data,
Access1D<?> values,
Scalar.Factory<N> scalar) |
static <N extends Comparable<N>> |
fill(N[] data,
int first,
int limit,
int step,
N value) |
static <N extends Comparable<N>> |
fill(N[] data,
int first,
int limit,
int step,
NullaryFunction<?> supplier,
Scalar.Factory<N> scalar) |
int |
threshold() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setAllOperationThresholds, setThresholdsMaxValue, setThresholdsMinValue
public static void fill(double[] data, Access1D<?> values)
public static void fill(double[] data, int first, int limit, int step, double value)
public static void fill(double[] data, int first, int limit, int step, NullaryFunction<?> supplier)
public static void fill(float[] data, Access1D<?> values)
public static void fill(float[] data, int first, int limit, int step, float value)
public static void fill(float[] data, int first, int limit, int step, NullaryFunction<?> supplier)
public static <N extends Comparable<N>> void fill(N[] data, Access1D<?> values, Scalar.Factory<N> scalar)
public static <N extends Comparable<N>> void fill(N[] data, int first, int limit, int step, N value)
public static <N extends Comparable<N>> void fill(N[] data, int first, int limit, int step, NullaryFunction<?> supplier, Scalar.Factory<N> scalar)
public int threshold()
threshold
in interface ArrayOperation
Copyright © 2019 Optimatika. All rights reserved.