Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISemiGroupElementWise.cs
1using System;
2
4{
9 {
16
23 }
24}
Base class for all types of elements.
Definition: Element.cs:13
Basic interface for all types of semigroup elements.
Basic interface for all types of element-wise semigroup elements.
ISemiGroupElementWise AddRightElementWise(ISemiGroupElementWise Element)
Tries to add an element to the current element, from the right, element-wise.
ISemiGroupElementWise AddLeftElementWise(ISemiGroupElementWise Element)
Tries to add an element to the current element, from the left, element-wise.