Class DoubleShortConvolutionStrategy

java.lang.Object
org.apfloat.internal.DoubleBaseMath
org.apfloat.internal.DoubleShortConvolutionStrategy
All Implemented Interfaces:
Serializable, ConvolutionStrategy

public class DoubleShortConvolutionStrategy extends DoubleBaseMath implements ConvolutionStrategy
Short convolution strategy. Performs a simple multiplication when the size of one operand is 1.
Version:
1.9.0
Author:
Mikko Tommila
See Also:
  • Constructor Details

    • DoubleShortConvolutionStrategy

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