Package | Description |
---|---|
org.apfloat.internal |
Default implementations of the apfloat Service Provider Interface (SPI).
|
org.apfloat.spi |
The apfloat Service Provider Interface (SPI).
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleMatrixBuilder
Creates matrix operations objects, for the
double type. |
class |
FloatMatrixBuilder
Creates matrix operations objects, for the
float type. |
class |
IntMatrixBuilder
Creates matrix operations objects, for the
int type. |
class |
LongMatrixBuilder
Creates matrix operations objects, for the
long type. |
Modifier and Type | Method and Description |
---|---|
MatrixBuilder |
DoubleBuilderFactory.getMatrixBuilder() |
MatrixBuilder |
IntBuilderFactory.getMatrixBuilder() |
MatrixBuilder |
LongBuilderFactory.getMatrixBuilder() |
MatrixBuilder |
FloatBuilderFactory.getMatrixBuilder() |
Modifier and Type | Method and Description |
---|---|
MatrixBuilder |
BuilderFactory.getMatrixBuilder()
Returns a
MatrixBuilder object. |
Copyright © 2019. All rights reserved.