Package | Description |
---|---|
org.apfloat.internal |
Default implementations of the apfloat Service Provider Interface (SPI).
|
org.apfloat.spi |
The apfloat Service Provider Interface (SPI).
|
Modifier and Type | Class and Description |
---|---|
class |
Double3NTTConvolutionStrategy
Convolution methods in the transform domain for the
double type. |
class |
DoubleKaratsubaConvolutionStrategy
Convolution strategy using the Karatsuba algorithm.
|
class |
DoubleMediumConvolutionStrategy
Medium-length convolution strategy.
|
class |
DoubleShortConvolutionStrategy
Short convolution strategy.
|
class |
Float3NTTConvolutionStrategy
Convolution methods in the transform domain for the
float type. |
class |
FloatKaratsubaConvolutionStrategy
Convolution strategy using the Karatsuba algorithm.
|
class |
FloatMediumConvolutionStrategy
Medium-length convolution strategy.
|
class |
FloatShortConvolutionStrategy
Short convolution strategy.
|
class |
Int3NTTConvolutionStrategy
Convolution methods in the transform domain for the
int type. |
class |
IntKaratsubaConvolutionStrategy
Convolution strategy using the Karatsuba algorithm.
|
class |
IntMediumConvolutionStrategy
Medium-length convolution strategy.
|
class |
IntShortConvolutionStrategy
Short convolution strategy.
|
class |
Long3NTTConvolutionStrategy
Convolution methods in the transform domain for the
long type. |
class |
LongKaratsubaConvolutionStrategy
Convolution strategy using the Karatsuba algorithm.
|
class |
LongMediumConvolutionStrategy
Medium-length convolution strategy.
|
class |
LongShortConvolutionStrategy
Short convolution strategy.
|
Modifier and Type | Method and Description |
---|---|
ConvolutionStrategy |
LongConvolutionBuilder.createConvolution(int radix,
long size1,
long size2,
long resultSize) |
ConvolutionStrategy |
IntConvolutionBuilder.createConvolution(int radix,
long size1,
long size2,
long resultSize) |
ConvolutionStrategy |
FloatConvolutionBuilder.createConvolution(int radix,
long size1,
long size2,
long resultSize) |
ConvolutionStrategy |
DoubleConvolutionBuilder.createConvolution(int radix,
long size1,
long size2,
long resultSize) |
Modifier and Type | Method and Description |
---|---|
ConvolutionStrategy |
ConvolutionBuilder.createConvolution(int radix,
long size1,
long size2,
long resultSize)
Returns a convolution strategy of suitable
type for the specified length.
|
Copyright © 2011. All Rights Reserved.