Interface CarryCRTStepStrategy<T>

Type Parameters:
T - The element array type of the carry-CRT steps.
All Known Implementing Classes:
DoubleCarryCRTStepStrategy, FloatCarryCRTStepStrategy, IntCarryCRTStepStrategy, LongCarryCRTStepStrategy

public interface CarryCRTStepStrategy<T>
Interface for performing the steps of a carry-CRT operation in a convolution.
Since:
1.7.0
Version:
1.7.0
Author:
Mikko Tommila