Package org.ejml.ops

Class DSemiRing

java.lang.Object
org.ejml.ops.DSemiRing

public class DSemiRing
extends java.lang.Object
An algebraic structure, defined over the `doubles` by two monoids + and *, called addition and multiplication.
  • Field Summary

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

    Constructors 
    Constructor Description
    DSemiRing​(DMonoid add, DMonoid mult)  
  • Method Summary

    Methods inherited from class java.lang.Object

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