Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CommutativeRingWithIdentityElement.cs
1using System;
3
5{
10 {
15 {
16 }
17
22
27
32
37
42
47
52 {
53 get;
54 }
55
60 {
61 get;
62 }
63
64 }
65}
Base class for all types of commutative ring elements.
Base class for all types of commutative ring with identity elements.
override ICommutativeRing AssociatedCommutativeRing
Associated Commutative Ring.
CommutativeRingWithIdentityElement()
Base class for all types of commutative ring with identity elements.
abstract ICommutativeRingWithIdentity AssociatedCommutativeRingWithIdentity
Associated Commutative Ring With Identity.
abstract ICommutativeRingWithIdentityElement One
Returns the identity element of the commutative ring with identity.
Basic interface for all types of commutative ring with identity elements.
Basic interface for all types of abelian groups.
Basic interface for all types of commutative rings.
Basic interface for all types of commutative rings with identity.
Basic interface for all types of groups.
Definition: IGroup.cs:10
Basic interface for all types of rings.
Definition: IRing.cs:10
Basic interface for all types of semigroups.
Definition: ISemiGroup.cs:10
Basic interface for all types of sets.
Definition: ISet.cs:10