public final class SubstituteForwards extends MatrixOperation
Modifier and Type | Field and Description |
---|---|
static SubstituteForwards |
SETUP |
static int |
THRESHOLD |
Modifier and Type | Method and Description |
---|---|
static void |
invoke(double[] data,
int structure,
int first,
int limit,
Access2D<Double> body,
boolean unitDiagonal,
boolean conjugated,
boolean identity) |
static <N extends Number & Scalar<N>> |
invoke(N[] data,
int structure,
int first,
int limit,
Access2D<N> body,
boolean unitDiagonal,
boolean conjugated,
boolean identity,
Scalar.Factory<N> scalar) |
int |
threshold() |
setAllOperationThresholds, setThresholdsMaxValue, setThresholdsMinValue, workers
public static final SubstituteForwards SETUP
public static int THRESHOLD
public static void invoke(double[] data, int structure, int first, int limit, Access2D<Double> body, boolean unitDiagonal, boolean conjugated, boolean identity)
public static <N extends Number & Scalar<N>> void invoke(N[] data, int structure, int first, int limit, Access2D<N> body, boolean unitDiagonal, boolean conjugated, boolean identity, Scalar.Factory<N> scalar)
public int threshold()
threshold
in class MatrixOperation
Copyright © 2019 Optimatika. All rights reserved.