Package org.ejml.ops

Class FMonoid

java.lang.Object
org.ejml.ops.FMonoid

@Generated("org.ejml.ops.DMonoid")
public class FMonoid
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
    FOperatorBinary func  
    float id
    neutral-element/identity for `func`
  • Constructor Summary

    Constructors 
    Constructor Description
    FMonoid​(float id, FOperatorBinary func)  
  • Method Summary

    Methods inherited from class java.lang.Object

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