Package | Description |
---|---|
org.apfloat.internal |
Default implementations of the apfloat Service Provider Interface (SPI).
|
org.apfloat.spi |
The apfloat Service Provider Interface (SPI).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConvolutionBuilder
Abstract base class for creating convolutions of suitable type for the specified length.
|
class |
DoubleConvolutionBuilder
Creates convolutions of suitable type for the
double type. |
class |
FloatConvolutionBuilder
Creates convolutions of suitable type for the
float type. |
class |
IntConvolutionBuilder
Creates convolutions of suitable type for the
int type. |
class |
LongConvolutionBuilder
Creates convolutions of suitable type for the
long type. |
Modifier and Type | Method and Description |
---|---|
ConvolutionBuilder |
DoubleBuilderFactory.getConvolutionBuilder() |
ConvolutionBuilder |
FloatBuilderFactory.getConvolutionBuilder() |
ConvolutionBuilder |
LongBuilderFactory.getConvolutionBuilder() |
ConvolutionBuilder |
IntBuilderFactory.getConvolutionBuilder() |
Modifier and Type | Method and Description |
---|---|
ConvolutionBuilder |
BuilderFactory.getConvolutionBuilder()
Returns a
ConvolutionBuilder object. |
Copyright © 2017. All rights reserved.