Uses of Interface
org.apfloat.spi.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
Modifier and TypeClassDescriptionclass
Creates matrix operations objects, for thedouble
type.class
Creates matrix operations objects, for thefloat
type.class
Creates matrix operations objects, for theint
type.class
Creates matrix operations objects, for thelong
type.Modifier and TypeMethodDescriptionDoubleBuilderFactory.getMatrixBuilder()
FloatBuilderFactory.getMatrixBuilder()
IntBuilderFactory.getMatrixBuilder()
LongBuilderFactory.getMatrixBuilder()
-
Uses of MatrixBuilder in org.apfloat.spi
Modifier and TypeMethodDescriptionBuilderFactory.getMatrixBuilder()
Returns aMatrixBuilder
object.