Package org.apfloat.internal
Class DoubleMatrixBuilder
java.lang.Object
org.apfloat.internal.DoubleMatrixBuilder
- All Implemented Interfaces:
MatrixBuilder
Creates matrix operations objects, for the
double
type.- Since:
- 1.7.0
- Version:
- 1.7.0
- Author:
- Mikko Tommila
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates an object for matrix operations.
-
Constructor Details
-
DoubleMatrixBuilder
public DoubleMatrixBuilder()Default constructor.
-
-
Method Details
-
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.
-