Class LongMediumConvolutionStrategy

java.lang.Object
org.apfloat.internal.LongBaseMath
org.apfloat.internal.LongMediumConvolutionStrategy
All Implemented Interfaces:
Serializable, ConvolutionStrategy
Direct Known Subclasses:
LongKaratsubaConvolutionStrategy

public class LongMediumConvolutionStrategy extends LongBaseMath 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

    • LongMediumConvolutionStrategy

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