public final class MultiplyHermitianAndVector extends MatrixOperation
Modifier and Type | Field and Description |
---|---|
static MultiplyHermitianAndVector |
SETUP |
static int |
THRESHOLD |
Modifier and Type | Method and Description |
---|---|
static void |
invoke(double[] productMatrix,
int firstRow,
int rowLimit,
double[] hermitianMatrix,
double[] rightVector,
int firstColumn) |
static <N extends Number & Scalar<N>> |
invoke(N[] productMatrix,
int firstRow,
int rowLimit,
N[] hermitianMatrix,
N[] rightVector,
int firstColumn,
Scalar.Factory<N> scalar) |
int |
threshold() |
setAllOperationThresholds, setThresholdsMaxValue, setThresholdsMinValue, workers
public static final MultiplyHermitianAndVector SETUP
public static int THRESHOLD
public static void invoke(double[] productMatrix, int firstRow, int rowLimit, double[] hermitianMatrix, double[] rightVector, int firstColumn)
public static <N extends Number & Scalar<N>> void invoke(N[] productMatrix, int firstRow, int rowLimit, N[] hermitianMatrix, N[] rightVector, int firstColumn, Scalar.Factory<N> scalar)
public int threshold()
threshold
in class MatrixOperation
Copyright © 2019 Optimatika. All rights reserved.