Class DoubleMediumConvolutionStrategy

java.lang.Object
org.apfloat.internal.DoubleBaseMath
org.apfloat.internal.DoubleMediumConvolutionStrategy
All Implemented Interfaces:
Serializable, ConvolutionStrategy
Direct Known Subclasses:
DoubleKaratsubaConvolutionStrategy

public class DoubleMediumConvolutionStrategy extends DoubleBaseMath 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:
  • Constructor Details

    • DoubleMediumConvolutionStrategy

      public DoubleMediumConvolutionStrategy(int radix)
      Creates a convolution strategy using the specified radix.
      Parameters:
      radix - The radix that will be used.
  • Method Details