Uses of Class
org.apfloat.internal.AbstractConvolutionBuilder
-
Packages that use AbstractConvolutionBuilder Package Description org.apfloat.internal Default implementations of the apfloat Service Provider Interface (SPI). -
-
Uses of AbstractConvolutionBuilder in org.apfloat.internal
Subclasses of AbstractConvolutionBuilder in org.apfloat.internal Modifier and Type Class Description class
DoubleConvolutionBuilder
Creates convolutions of suitable type for thedouble
type.class
FloatConvolutionBuilder
Creates convolutions of suitable type for thefloat
type.class
IntConvolutionBuilder
Creates convolutions of suitable type for theint
type.class
LongConvolutionBuilder
Creates convolutions of suitable type for thelong
type.
-