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