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