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 classDoubleConvolutionBuilderCreates convolutions of suitable type for thedoubletype.classFloatConvolutionBuilderCreates convolutions of suitable type for thefloattype.classIntConvolutionBuilderCreates convolutions of suitable type for theinttype.classLongConvolutionBuilderCreates convolutions of suitable type for thelongtype.
-