public final class ModifyAll extends Object implements ArrayOperation
Modifier and Type | Field and Description |
---|---|
static int |
THRESHOLD |
Constructor and Description |
---|
ModifyAll() |
Modifier and Type | Method and Description |
---|---|
static void |
modifyAll(double[][] target,
DoubleUnaryOperator function) |
static void |
modifyColumn(double[][] target,
int row,
int col,
DoubleUnaryOperator function) |
static void |
modifyDiagonal(double[][] target,
int row,
int col,
DoubleUnaryOperator function) |
static void |
modifyRow(double[][] target,
int row,
int col,
DoubleUnaryOperator function) |
int |
threshold() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setAllOperationThresholds, setThresholdsMaxValue, setThresholdsMinValue
public static void modifyAll(double[][] target, DoubleUnaryOperator function)
public static void modifyColumn(double[][] target, int row, int col, DoubleUnaryOperator function)
public static void modifyDiagonal(double[][] target, int row, int col, DoubleUnaryOperator function)
public static void modifyRow(double[][] target, int row, int col, DoubleUnaryOperator function)
public int threshold()
threshold
in interface ArrayOperation
Copyright © 2019 Optimatika. All rights reserved.