Package org.apfloat.internal
Class IntNTTConvolutionStepStrategy.MultiplyInPlaceRunnable
- java.lang.Object
-
- org.apfloat.internal.IntNTTConvolutionStepStrategy.MultiplyInPlaceRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- IntNTTConvolutionStepStrategy
private class IntNTTConvolutionStepStrategy.MultiplyInPlaceRunnable extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private long
length
private long
offset
private DataStorage
source
private DataStorage
sourceAndDestination
-
Constructor Summary
Constructors Constructor Description MultiplyInPlaceRunnable(DataStorage sourceAndDestination, DataStorage source, long offset, long length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
sourceAndDestination
private DataStorage sourceAndDestination
-
source
private DataStorage source
-
offset
private long offset
-
length
private long length
-
-
Constructor Detail
-
MultiplyInPlaceRunnable
public MultiplyInPlaceRunnable(DataStorage sourceAndDestination, DataStorage source, long offset, long length)
-
-