Class FloatMatrixBuilder
java.lang.Object
org.apfloat.internal.FloatMatrixBuilder
- All Implemented Interfaces:
MatrixBuilder
Creates matrix operations objects, for the
float type.- Since:
- 1.7.0
- Version:
- 1.7.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates an object for matrix operations.
-
Field Details
-
matrixStrategy
-
-
Constructor Details
-
FloatMatrixBuilder
public FloatMatrixBuilder()Default constructor.
-
-
Method Details
-
createMatrix
Description copied from interface:MatrixBuilderCreates an object for matrix operations.- Specified by:
createMatrixin interfaceMatrixBuilder- Returns:
- A suitable object for performing the matrix operations.
-