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