Package org.apfloat.internal
Class FloatNTTStepStrategy.MultiplyRunnable
java.lang.Object
org.apfloat.internal.FloatNTTStepStrategy.MultiplyRunnable
- All Implemented Interfaces:
Runnable
- Enclosing class:
FloatNTTStepStrategy
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ArrayAccess
private int
private int
private float
private int
private int
private float
-
Constructor Summary
ConstructorsConstructorDescriptionMultiplyRunnable
(ArrayAccess arrayAccess, int startRow, int startColumn, int rows, int columns, float w, float scaleFactor) -
Method Summary
-
Field Details
-
arrayAccess
-
startRow
private int startRow -
startColumn
private int startColumn -
rows
private int rows -
columns
private int columns -
w
private float w -
scaleFactor
private float scaleFactor
-
-
Constructor Details
-
MultiplyRunnable
public MultiplyRunnable(ArrayAccess arrayAccess, int startRow, int startColumn, int rows, int columns, float w, float scaleFactor)
-
-
Method Details