Package org.ejml.ops

Class DMonoid

java.lang.Object
org.ejml.ops.DMonoid

public class DMonoid
extends java.lang.Object
An algebraic structure with a single associative binary operation and an identity element
  • Field Summary

    Fields 
    Modifier and Type Field Description
    DOperatorBinary func  
    double id
    neutral-element/identity for `func`
  • Constructor Summary

    Constructors 
    Constructor Description
    DMonoid​(double id, DOperatorBinary func)  
  • Method Summary

    Methods inherited from class java.lang.Object

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