Class IntAparapiBuilderFactory

  • All Implemented Interfaces:
    org.apfloat.spi.BuilderFactory

    public class IntAparapiBuilderFactory
    extends org.apfloat.internal.IntBuilderFactory
    Builder factory for aparapi transform implementations for the int element type.
    Since:
    1.8.3
    Version:
    1.8.3
    Author:
    Mikko Tommila
    • Method Summary

      Modifier and Type Method Description
      org.apfloat.spi.NTTBuilder getNTTBuilder()  
      • Methods inherited from class org.apfloat.internal.IntBuilderFactory

        gc, getAdditionBuilder, getApfloatBuilder, getCarryCRTBuilder, getConvolutionBuilder, getDataStorageBuilder, getElementArrayType, getElementSize, getElementType, getExecutionBuilder, getMatrixBuilder, shutdown
    • Constructor Detail

      • IntAparapiBuilderFactory

        public IntAparapiBuilderFactory()
        Default constructor.
    • Method Detail

      • getNTTBuilder

        public org.apfloat.spi.NTTBuilder getNTTBuilder()
        Specified by:
        getNTTBuilder in interface org.apfloat.spi.BuilderFactory
        Overrides:
        getNTTBuilder in class org.apfloat.internal.IntBuilderFactory