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 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 TypeFieldDescriptionprivate static MatrixStrategy
DoubleMatrixBuilder.matrixStrategy
private static MatrixStrategy
FloatMatrixBuilder.matrixStrategy
private static MatrixStrategy
IntMatrixBuilder.matrixStrategy
private static MatrixStrategy
LongMatrixBuilder.matrixStrategy
protected 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.