Package eu.bandm.sig.adlib2.math
Interface FloatMatrix.KleeneAlgebra
- Enclosing class:
FloatMatrix
public static interface FloatMatrix.KleeneAlgebra
-
Method Summary
-
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)
-