Class DoubleCarryCRTStepStrategy

java.lang.Object
org.apfloat.internal.DoubleBaseMath
org.apfloat.internal.DoubleCRTMath
org.apfloat.internal.DoubleCarryCRTStepStrategy
All Implemented Interfaces:
Serializable, CarryCRTStepStrategy<double[]>

public class DoubleCarryCRTStepStrategy extends DoubleCRTMath implements CarryCRTStepStrategy<double[]>
Class for performing the final steps of a three-modulus Number Theoretic Transform based convolution. Works for the double type.

All access to this class must be externally synchronized.

Since:
1.7.0
Version:
1.9.0
Author:
Mikko Tommila
See Also: