Interface Solve<T>
-
-
Field Summary
Fields Modifier and Type Field Description static Solve<Matrix>
INSTANCE
static Solve<Matrix>
MATRIX
static Solve<Matrix>
MATRIXSQUARELARGEMULTITHREADED
static Solve<Matrix>
MATRIXSQUARELARGESINGLETHREADED
static Solve<Matrix>
MATRIXSQUARESMALLMULTITHREADED
static Solve<Matrix>
MATRIXSQUARESMALLSINGLETHREADED
static Solve<Matrix>
MATRIXTALLLARGEMULTITHREADED
static Solve<Matrix>
MATRIXTALLLARGESINGLETHREADED
static Solve<Matrix>
MATRIXTALLSMALLMULTITHREADED
static Solve<Matrix>
MATRIXTALLSMALLSINGLETHREADED
static int
SQUARETHRESHOLD
static int
TALLTHRESHOLD
static Solve<Matrix>
UJMPSQUARE
static Solve<Matrix>
UJMPTALL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
calc(T a, T b)
-
-
-
Field Detail
-
SQUARETHRESHOLD
static final int SQUARETHRESHOLD
- See Also:
- Constant Field Values
-
TALLTHRESHOLD
static final int TALLTHRESHOLD
- See Also:
- Constant Field Values
-
-