Uses of Interface
org.apfloat.spi.MatrixStrategy
-
Packages that use MatrixStrategy Package Description org.apfloat.aparapi Transforms for using a GPU via the aparapi library.org.apfloat.internal Default implementations of the apfloat Service Provider Interface (SPI).org.apfloat.spi The apfloat Service Provider Interface (SPI). -
-
Uses of MatrixStrategy in org.apfloat.aparapi
Classes in org.apfloat.aparapi that implement MatrixStrategy Modifier and Type Class Description classIntAparapiMatrixStrategyMatrix transposition in the GPU for theinttype.classLongAparapiMatrixStrategyMatrix transposition in the GPU for thelongtype.Constructors in org.apfloat.aparapi with parameters of type MatrixStrategy Constructor Description ColumnSixStepFNTStrategy(NTTStepStrategy stepStrategy, MatrixStrategy matrixStrategy)Basic constructor. -
Uses of MatrixStrategy in org.apfloat.internal
Classes in org.apfloat.internal that implement MatrixStrategy Modifier and Type Class Description classDoubleMatrixStrategyOptimized matrix transposition methods for thedoubletype.classFloatMatrixStrategyOptimized matrix transposition methods for thefloattype.classIntMatrixStrategyOptimized matrix transposition methods for theinttype.classLongMatrixStrategyOptimized matrix transposition methods for thelongtype.Fields in org.apfloat.internal declared as MatrixStrategy Modifier and Type Field Description private static MatrixStrategyDoubleMatrixBuilder. matrixStrategyprivate static MatrixStrategyFloatMatrixBuilder. matrixStrategyprivate static MatrixStrategyIntMatrixBuilder. matrixStrategyprivate static MatrixStrategyLongMatrixBuilder. matrixStrategyprotected MatrixStrategySixStepFNTStrategy. matrixStrategyThe matrix strategy.Methods in org.apfloat.internal that return MatrixStrategy Modifier and Type Method Description MatrixStrategyDoubleMatrixBuilder. createMatrix()MatrixStrategyFloatMatrixBuilder. createMatrix()MatrixStrategyIntMatrixBuilder. createMatrix()MatrixStrategyLongMatrixBuilder. createMatrix() -
Uses of MatrixStrategy in org.apfloat.spi
Methods in org.apfloat.spi that return MatrixStrategy Modifier and Type Method Description MatrixStrategyMatrixBuilder. createMatrix()Creates an object for matrix operations.
-