Interface CarryCRTBuilder<T>

Type Parameters:
T - The element array type of the CRT.
All Known Implementing Classes:
DoubleCarryCRTBuilder, FloatCarryCRTBuilder, IntCarryCRTBuilder, LongCarryCRTBuilder

public interface CarryCRTBuilder<T>
Interface of a factory for creating carry-CRT related objects. The factory method pattern is used.
Since:
1.7.0
Version:
1.7.0
Author:
Mikko Tommila
See Also: