public final class ApplyCholesky extends Object implements ArrayOperation
Modifier and Type | Field and Description |
---|---|
static int |
THRESHOLD |
Constructor and Description |
---|
ApplyCholesky() |
Modifier and Type | Method and Description |
---|---|
static void |
invoke(double[] data,
int structure,
int firstColumn,
int columnLimit,
double[] multipliers) |
static <N extends Scalar<N>> |
invoke(N[] data,
int structure,
int firstColumn,
int columnLimit,
N[] multipliers) |
int |
threshold() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setAllOperationThresholds, setThresholdsMaxValue, setThresholdsMinValue
public static void invoke(double[] data, int structure, int firstColumn, int columnLimit, double[] multipliers)
public static <N extends Scalar<N>> void invoke(N[] data, int structure, int firstColumn, int columnLimit, N[] multipliers)
public int threshold()
threshold
in interface ArrayOperation
Copyright © 2019 Optimatika. All rights reserved.