Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISemiGroupElementWise.cs
1
using
System;
2
3
namespace
Waher.Script.Abstraction.Elements
4
{
8
public
interface
ISemiGroupElementWise
:
ISemiGroupElement
9
{
15
ISemiGroupElementWise
AddLeftElementWise
(
ISemiGroupElementWise
Element
);
16
22
ISemiGroupElementWise
AddRightElementWise
(
ISemiGroupElementWise
Element
);
23
}
24
}
Waher.Script.Abstraction.Elements.Element
Base class for all types of elements.
Definition:
Element.cs:13
Waher.Script.Abstraction.Elements.ISemiGroupElement
Basic interface for all types of semigroup elements.
Definition:
ISemiGroupElement.cs:9
Waher.Script.Abstraction.Elements.ISemiGroupElementWise
Basic interface for all types of element-wise semigroup elements.
Definition:
ISemiGroupElementWise.cs:9
Waher.Script.Abstraction.Elements.ISemiGroupElementWise.AddRightElementWise
ISemiGroupElementWise AddRightElementWise(ISemiGroupElementWise Element)
Tries to add an element to the current element, from the right, element-wise.
Waher.Script.Abstraction.Elements.ISemiGroupElementWise.AddLeftElementWise
ISemiGroupElementWise AddLeftElementWise(ISemiGroupElementWise Element)
Tries to add an element to the current element, from the left, element-wise.
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:5
IoTGateway
Script
Waher.Script
Abstraction
Elements
Interfaces
ISemiGroupElementWise.cs
Generated by
1.9.5