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 TypeClassDescriptionclassMatrix transposition in the GPU for theinttype.classMatrix transposition in the GPU for thelongtype.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 TypeClassDescriptionclassOptimized matrix transposition methods for thedoubletype.classOptimized matrix transposition methods for thefloattype.classOptimized matrix transposition methods for theinttype.classOptimized matrix transposition methods for thelongtype.Fields in org.apfloat.internal declared as MatrixStrategyModifier and TypeFieldDescriptionprotected MatrixStrategySixStepFNTStrategy.matrixStrategyThe 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.