Package org.apfloat.internal
Class LongMatrixBuilder
- java.lang.Object
-
- org.apfloat.internal.LongMatrixBuilder
-
- All Implemented Interfaces:
MatrixBuilder
public class LongMatrixBuilder extends java.lang.Object implements MatrixBuilder
Creates matrix operations objects, for thelong
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 LongMatrixBuilder()
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.
-
-