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 TypeClassDescriptionclassAbstract base class for creating convolutions of suitable type for the specified length.classCreates convolutions of suitable type for thedoubletype.classCreates convolutions of suitable type for thefloattype.classCreates convolutions of suitable type for theinttype.classCreates convolutions of suitable type for thelongtype.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 aConvolutionBuilderobject.