Package org.ejml.ops

Class FSemiRing

java.lang.Object
org.ejml.ops.FSemiRing

@Generated("org.ejml.ops.DSemiRing")
public class FSemiRing
extends java.lang.Object
An algebraic structure, defined over the `floats` by two monoids + and *, called addition and multiplication.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    FMonoid add  
    FMonoid mult  
  • Constructor Summary

    Constructors 
    Constructor Description
    FSemiRing​(FMonoid add, FMonoid mult)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait