Package org.apfloat.internal
Class FloatNTTConvolutionStepStrategy.MultiplyInPlaceRunnable
java.lang.Object
org.apfloat.internal.FloatNTTConvolutionStepStrategy.MultiplyInPlaceRunnable
- All Implemented Interfaces:
Runnable
- Enclosing class:
FloatNTTConvolutionStepStrategy
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate long
private long
private DataStorage
private 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