Uses of Interface
org.apfloat.spi.MatrixBuilder
-
Packages that use MatrixBuilder Package Description org.apfloat.internal Default implementations of the apfloat Service Provider Interface (SPI).org.apfloat.spi The apfloat Service Provider Interface (SPI). -
-
Uses of MatrixBuilder in org.apfloat.internal
Classes in org.apfloat.internal that implement MatrixBuilder Modifier and Type Class Description class
DoubleMatrixBuilder
Creates matrix operations objects, for thedouble
type.class
FloatMatrixBuilder
Creates matrix operations objects, for thefloat
type.class
IntMatrixBuilder
Creates matrix operations objects, for theint
type.class
LongMatrixBuilder
Creates matrix operations objects, for thelong
type.Fields in org.apfloat.internal declared as MatrixBuilder Modifier and Type Field Description private static MatrixBuilder
DoubleBuilderFactory. matrixBuilder
private static MatrixBuilder
FloatBuilderFactory. matrixBuilder
private static MatrixBuilder
IntBuilderFactory. matrixBuilder
private static MatrixBuilder
LongBuilderFactory. matrixBuilder
Methods in org.apfloat.internal that return MatrixBuilder Modifier and Type Method Description MatrixBuilder
DoubleBuilderFactory. getMatrixBuilder()
MatrixBuilder
FloatBuilderFactory. getMatrixBuilder()
MatrixBuilder
IntBuilderFactory. getMatrixBuilder()
MatrixBuilder
LongBuilderFactory. getMatrixBuilder()
-
Uses of MatrixBuilder in org.apfloat.spi
Methods in org.apfloat.spi that return MatrixBuilder Modifier and Type Method Description MatrixBuilder
BuilderFactory. getMatrixBuilder()
Returns aMatrixBuilder
object.
-