Uses of Interface
org.apfloat.spi.ConvolutionBuilder
Packages that use ConvolutionBuilder
Package
Description
Default implementations of the apfloat Service Provider Interface (SPI).
The apfloat Service Provider Interface (SPI).
-
Uses of ConvolutionBuilder in org.apfloat.internal
Classes in org.apfloat.internal that implement ConvolutionBuilderModifier and TypeClassDescriptionclass
Abstract base class for creating convolutions of suitable type for the specified length.class
Creates convolutions of suitable type for thedouble
type.class
Creates convolutions of suitable type for thefloat
type.class
Creates convolutions of suitable type for theint
type.class
Creates convolutions of suitable type for thelong
type.Methods in org.apfloat.internal that return ConvolutionBuilderModifier and TypeMethodDescriptionDoubleBuilderFactory.getConvolutionBuilder()
FloatBuilderFactory.getConvolutionBuilder()
IntBuilderFactory.getConvolutionBuilder()
LongBuilderFactory.getConvolutionBuilder()
-
Uses of ConvolutionBuilder in org.apfloat.spi
Methods in org.apfloat.spi that return ConvolutionBuilderModifier and TypeMethodDescriptionBuilderFactory.getConvolutionBuilder()
Returns aConvolutionBuilder
object.