Uses of Interface
org.apfloat.spi.MatrixStrategy
Packages that use MatrixStrategy
Package
Description
Default implementations of the apfloat Service Provider Interface (SPI).
The apfloat Service Provider Interface (SPI).
-
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 TypeFieldDescriptionprivate static MatrixStrategyDoubleMatrixBuilder.matrixStrategyprivate static MatrixStrategyFloatMatrixBuilder.matrixStrategyprivate static MatrixStrategyIntMatrixBuilder.matrixStrategyprivate static MatrixStrategyLongMatrixBuilder.matrixStrategyprotected 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.