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 FOperatorBinaryfuncfloatidneutral-element/identity for `func` -
Constructor Summary
Constructors Constructor Description FMonoid(float id, FOperatorBinary func) -
Method Summary