Class LongNTTConvolutionStepStrategy.MultiplyInPlaceRunnable
java.lang.Object
org.apfloat.internal.LongNTTConvolutionStepStrategy.MultiplyInPlaceRunnable
- All Implemented Interfaces:
Runnable
- Enclosing class:
LongNTTConvolutionStepStrategy
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate longprivate longprivate DataStorageprivate DataStorage -
Constructor Summary
ConstructorsConstructorDescriptionMultiplyInPlaceRunnable(DataStorage sourceAndDestination, DataStorage source, long offset, long length) -
Method Summary
-
Field Details
-
sourceAndDestination
-
source
-
offset
private long offset -
length
private long length
-
-
Constructor Details
-
MultiplyInPlaceRunnable
public MultiplyInPlaceRunnable(DataStorage sourceAndDestination, DataStorage source, long offset, long length)
-
-
Method Details
-
run
-