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 classDoubleMatrixBuilderCreates matrix operations objects, for thedoubletype.classFloatMatrixBuilderCreates matrix operations objects, for thefloattype.classIntMatrixBuilderCreates matrix operations objects, for theinttype.classLongMatrixBuilderCreates matrix operations objects, for thelongtype.Fields in org.apfloat.internal declared as MatrixBuilder Modifier and Type Field Description private static MatrixBuilderDoubleBuilderFactory. matrixBuilderprivate static MatrixBuilderFloatBuilderFactory. matrixBuilderprivate static MatrixBuilderIntBuilderFactory. matrixBuilderprivate static MatrixBuilderLongBuilderFactory. matrixBuilderMethods in org.apfloat.internal that return MatrixBuilder Modifier and Type Method Description MatrixBuilderDoubleBuilderFactory. getMatrixBuilder()MatrixBuilderFloatBuilderFactory. getMatrixBuilder()MatrixBuilderIntBuilderFactory. getMatrixBuilder()MatrixBuilderLongBuilderFactory. getMatrixBuilder() -
Uses of MatrixBuilder in org.apfloat.spi
Methods in org.apfloat.spi that return MatrixBuilder Modifier and Type Method Description MatrixBuilderBuilderFactory. getMatrixBuilder()Returns aMatrixBuilderobject.
-