public final class MultiplyLeft extends MatrixOperation
Modifier and Type | Field and Description |
---|---|
static MultiplyLeft |
SETUP |
static int |
THRESHOLD |
Modifier and Type | Method and Description |
---|---|
static <N extends Number & Scalar<N>> |
getGeneric(long rows,
long columns) |
static PrimitiveDenseStore.PrimitiveMultiplyLeft |
getPrimitive(long rows,
long columns) |
int |
threshold() |
setAllOperationThresholds, setThresholdsMaxValue, setThresholdsMinValue, workers
public static final MultiplyLeft SETUP
public static int THRESHOLD
public static <N extends Number & Scalar<N>> GenericDenseStore.GenericMultiplyLeft<N> getGeneric(long rows, long columns)
public static PrimitiveDenseStore.PrimitiveMultiplyLeft getPrimitive(long rows, long columns)
public int threshold()
threshold
in class MatrixOperation
Copyright © 2019 Optimatika. All rights reserved.