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 DOperatorBinaryfuncdoubleidneutral-element/identity for `func` -
Constructor Summary
Constructors Constructor Description DMonoid(double id, DOperatorBinary func) -
Method Summary