public final class RotateRight extends MatrixOperation
Modifier and Type | Field and Description |
---|---|
static RotateRight |
SETUP |
static int |
THRESHOLD |
Modifier and Type | Method and Description |
---|---|
static void |
invoke(double[] data,
int structure,
int colA,
int colB,
double cos,
double sin) |
static <N extends Number & Scalar<N>> |
invoke(N[] data,
int structure,
int colA,
int colB,
N cos,
N sin) |
int |
threshold() |
setAllOperationThresholds, setThresholdsMaxValue, setThresholdsMinValue, workers
public static final RotateRight SETUP
public static int THRESHOLD
public static void invoke(double[] data, int structure, int colA, int colB, double cos, double sin)
public static <N extends Number & Scalar<N>> void invoke(N[] data, int structure, int colA, int colB, N cos, N sin)
public int threshold()
threshold
in class MatrixOperation
Copyright © 2019 Optimatika. All rights reserved.