Package org.apfloat.internal
Class IntMatrixBuilder
- java.lang.Object
-
- org.apfloat.internal.IntMatrixBuilder
-
- All Implemented Interfaces:
MatrixBuilder
public class IntMatrixBuilder extends Object implements MatrixBuilder
Creates matrix operations objects, for theint
type.- Since:
- 1.7.0
- Version:
- 1.7.0
- Author:
- Mikko Tommila
-
-
Constructor Summary
Constructors Constructor Description IntMatrixBuilder()
Default constructor.
-
-
-
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.
-
-