Interface MatrixBuilder

All Known Implementing Classes:
DoubleMatrixBuilder, FloatMatrixBuilder, IntMatrixBuilder, LongMatrixBuilder

public interface MatrixBuilder
Interface of a factory for creating matrix related objects. The factory method pattern is used.
Since:
1.7.0
Version:
1.7.0
Author:
Mikko Tommila
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates an object for matrix operations.
  • Method Details

    • createMatrix

      MatrixStrategy createMatrix()
      Creates an object for matrix operations.
      Returns:
      A suitable object for performing the matrix operations.