Class FloatMatrixBuilder

  • All Implemented Interfaces:
    MatrixBuilder

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

      • FloatMatrixBuilder

        public FloatMatrixBuilder()
        Default constructor.
    • Method Detail

      • 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.