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 <N extends Number & Scalar<N>> |
getGeneric(long rows,
long columns) |
static PrimitiveDenseStore.PrimitiveMultiplyRight |
getPrimitive(long rows,
long columns) |
int |
threshold() |
setAllOperationThresholds, setThresholdsMaxValue, setThresholdsMinValue, workers
public static final MultiplyRight SETUP
public static int THRESHOLD
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 MatrixOperation
Copyright © 2019 Optimatika. All rights reserved.