Uses of Interface
org.apfloat.spi.MatrixBuilder
Packages that use MatrixBuilder
Package
Description
Default implementations of the apfloat Service Provider Interface (SPI).
The apfloat Service Provider Interface (SPI).
-
Uses of MatrixBuilder in org.apfloat.internal
Classes in org.apfloat.internal that implement MatrixBuilderModifier and TypeClassDescriptionclassCreates matrix operations objects, for thedoubletype.classCreates matrix operations objects, for thefloattype.classCreates matrix operations objects, for theinttype.classCreates matrix operations objects, for thelongtype.Methods in org.apfloat.internal that return MatrixBuilderModifier and TypeMethodDescriptionDoubleBuilderFactory.getMatrixBuilder()FloatBuilderFactory.getMatrixBuilder()IntBuilderFactory.getMatrixBuilder()LongBuilderFactory.getMatrixBuilder() -
Uses of MatrixBuilder in org.apfloat.spi
Methods in org.apfloat.spi that return MatrixBuilderModifier and TypeMethodDescriptionBuilderFactory.getMatrixBuilder()Returns aMatrixBuilderobject.