Interface FloatMatrix.KleeneAlgebra

Enclosing class:
FloatMatrix

public static interface FloatMatrix.KleeneAlgebra
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    add(float x, float y)
     
    float
    multiply(float x, float y)
     
    float
    star(float x)
     
    float
     
    float
     
  • Method Details

    • zero

      float zero()
    • unit

      float unit()
    • add

      float add(float x, float y)
    • multiply

      float multiply(float x, float y)
    • star

      float star(float x)