Class LongMatrixBuilder

java.lang.Object
org.apfloat.internal.LongMatrixBuilder
All Implemented Interfaces:
MatrixBuilder

public class LongMatrixBuilder extends Object implements MatrixBuilder
Creates matrix operations objects, for the long type.
Since:
1.7.0
Version:
1.7.0
Author:
Mikko Tommila
  • Constructor Details

    • LongMatrixBuilder

      public LongMatrixBuilder()
      Default constructor.
  • Method Details

    • createMatrix

      public MatrixStrategy createMatrix()
      Description copied from interface: MatrixBuilder
      Creates an object for matrix operations.
      Specified by:
      createMatrix in interface MatrixBuilder
      Returns:
      A suitable object for performing the matrix operations.