Package org.ejml.ops

Class DMonoid

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

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

    • id

      public final double id
      neutral-element/identity for `func`
    • func

      public final DOperatorBinary func
  • Constructor Details