Uses of Interface
org.apfloat.spi.BuilderFactory
Packages that use BuilderFactory
Package
Description
The apfloat Application Programming Interface (API).
Transforms for using a GPU via the aparapi library.
Default implementations of the apfloat Service Provider Interface (SPI).
-
Uses of BuilderFactory in org.apfloat
Methods in org.apfloat that return BuilderFactoryMethods in org.apfloat with parameters of type BuilderFactoryModifier and TypeMethodDescriptionvoid
ApfloatContext.setBuilderFactory
(BuilderFactory builderFactory) Set the BuilderFactory. -
Uses of BuilderFactory in org.apfloat.aparapi
Classes in org.apfloat.aparapi that implement BuilderFactoryModifier and TypeClassDescriptionclass
Builder factory for aparapi transform implementations for theint
element type.class
Builder factory for aparapi transform implementations for thelong
element type. -
Uses of BuilderFactory in org.apfloat.internal
Classes in org.apfloat.internal that implement BuilderFactoryModifier and TypeClassDescriptionclass
Factory class for getting instances of the various builder classes needed to build anApfloatImpl
with thedouble
data element type.class
Factory class for getting instances of the various builder classes needed to build anApfloatImpl
with thefloat
data element type.class
Factory class for getting instances of the various builder classes needed to build anApfloatImpl
with theint
data element type.class
Factory class for getting instances of the various builder classes needed to build anApfloatImpl
with thelong
data element type.