Package org.apfloat.internal
Class FloatMatrixBuilder
- java.lang.Object
-
- org.apfloat.internal.FloatMatrixBuilder
-
- All Implemented Interfaces:
MatrixBuilder
public class FloatMatrixBuilder extends java.lang.Object implements MatrixBuilder
Creates matrix operations objects, for thefloat
type.- Since:
- 1.7.0
- Version:
- 1.7.0
-
-
Field Summary
Fields Modifier and Type Field Description private static MatrixStrategy
matrixStrategy
-
Constructor Summary
Constructors Constructor Description FloatMatrixBuilder()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixStrategy
createMatrix()
Creates an object for matrix operations.
-
-
-
Field Detail
-
matrixStrategy
private static MatrixStrategy matrixStrategy
-
-
Method Detail
-
createMatrix
public MatrixStrategy createMatrix()
Description copied from interface:MatrixBuilder
Creates an object for matrix operations.- Specified by:
createMatrix
in interfaceMatrixBuilder
- Returns:
- A suitable object for performing the matrix operations.
-
-