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 |
DoubleMatrixStrategy
Optimized matrix transposition methods for the
double type. |
class |
FloatMatrixStrategy
Optimized matrix transposition methods for the
float type. |
class |
IntMatrixStrategy
Optimized matrix transposition methods for the
int type. |
class |
LongMatrixStrategy
Optimized matrix transposition methods for the
long type. |
Modifier and Type | Method and Description |
---|---|
MatrixStrategy |
LongMatrixBuilder.createMatrix() |
MatrixStrategy |
DoubleMatrixBuilder.createMatrix() |
MatrixStrategy |
FloatMatrixBuilder.createMatrix() |
MatrixStrategy |
IntMatrixBuilder.createMatrix() |
Modifier and Type | Method and Description |
---|---|
MatrixStrategy |
MatrixBuilder.createMatrix()
Creates an object for matrix operations.
|
Copyright © 2018. All rights reserved.