Class IntMediumConvolutionStrategy

java.lang.Object
org.apfloat.internal.IntBaseMath
org.apfloat.internal.IntMediumConvolutionStrategy
All Implemented Interfaces:
Serializable, ConvolutionStrategy
Direct Known Subclasses:
IntKaratsubaConvolutionStrategy

public class IntMediumConvolutionStrategy extends IntBaseMath implements ConvolutionStrategy
Medium-length convolution strategy. Performs a simple O(n2) multiplication when the size of one operand is relatively short.
Version:
1.9.0
Author:
Mikko Tommila
See Also: