Uses of Interface
org.apfloat.spi.MatrixStrategy
Packages that use MatrixStrategy
Package
Description
Transforms for using a GPU via the aparapi library.
Default implementations of the apfloat Service Provider Interface (SPI).
The apfloat Service Provider Interface (SPI).
-
Uses of MatrixStrategy in org.apfloat.aparapi
Classes in org.apfloat.aparapi that implement MatrixStrategyModifier and TypeClassDescriptionclass
Matrix transposition in the GPU for theint
type.class
Matrix transposition in the GPU for thelong
type.Constructors in org.apfloat.aparapi with parameters of type MatrixStrategyModifierConstructorDescriptionColumnSixStepFNTStrategy
(NTTStepStrategy stepStrategy, MatrixStrategy matrixStrategy) Basic constructor. -
Uses of MatrixStrategy in org.apfloat.internal
Classes in org.apfloat.internal that implement MatrixStrategyModifier and TypeClassDescriptionclass
Optimized matrix transposition methods for thedouble
type.class
Optimized matrix transposition methods for thefloat
type.class
Optimized matrix transposition methods for theint
type.class
Optimized matrix transposition methods for thelong
type.Fields in org.apfloat.internal declared as MatrixStrategyModifier and TypeFieldDescriptionprotected MatrixStrategy
SixStepFNTStrategy.matrixStrategy
The matrix strategy.Methods in org.apfloat.internal that return MatrixStrategyModifier and TypeMethodDescriptionDoubleMatrixBuilder.createMatrix()
FloatMatrixBuilder.createMatrix()
IntMatrixBuilder.createMatrix()
LongMatrixBuilder.createMatrix()
-
Uses of MatrixStrategy in org.apfloat.spi
Methods in org.apfloat.spi that return MatrixStrategyModifier and TypeMethodDescriptionMatrixBuilder.createMatrix()
Creates an object for matrix operations.