public abstract class MatrixOperation extends Object
Modifier | Constructor and Description |
---|---|
protected |
MatrixOperation() |
Modifier and Type | Method and Description |
---|---|
static void |
setAllOperationThresholds(int value)
Sets all matrix size operation thresholds to precisly this value.
|
static void |
setThresholdsMaxValue(int maxValue)
Will make sure no matrix size operation thresholds are larger than the supplied value.
|
static void |
setThresholdsMinValue(int minValue)
Will make sure all matrix size operation thresholds are at least as large as the supplied value.
|
abstract int |
threshold() |
int |
workers() |
public static void setAllOperationThresholds(int value)
value
- The thresholdpublic static void setThresholdsMaxValue(int maxValue)
maxValue
- The max allowed valuepublic static void setThresholdsMinValue(int minValue)
minValue
- The min allowed valuepublic abstract int threshold()
public int workers()
Copyright © 2019 Optimatika. All rights reserved.