public final class MultiplyNeither extends MatrixOperation
| Modifier and Type | Field and Description |
|---|---|
static MultiplyNeither |
SETUP |
static int |
THRESHOLD |
| Modifier and Type | Method and Description |
|---|---|
static BigDenseStore.BigMultiplyNeither |
getBig(long rows,
long columns) |
static <N extends Number & Scalar<N>> |
getGeneric(long rows,
long columns) |
static PrimitiveDenseStore.PrimitiveMultiplyNeither |
getPrimitive(long rows,
long columns) |
int |
threshold() |
setAllOperationThresholds, setThresholdsMaxValue, setThresholdsMinValue, workerspublic static final MultiplyNeither SETUP
public static int THRESHOLD
public static BigDenseStore.BigMultiplyNeither getBig(long rows, long columns)
public static <N extends Number & Scalar<N>> GenericDenseStore.GenericMultiplyNeither<N> getGeneric(long rows, long columns)
public static PrimitiveDenseStore.PrimitiveMultiplyNeither getPrimitive(long rows, long columns)
public int threshold()
threshold in class MatrixOperationCopyright © 2018 Optimatika. All rights reserved.