Package org.ejml.ops

Class FMonoid

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

@Generated("org.ejml.ops.DMonoid") public class FMonoid extends Object
An algebraic structure with a single associative binary operation and an identity element
  • Field Details

    • id

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

      public final FOperatorBinary func
  • Constructor Details