1using System.Collections.Generic;
Base class for all types of field elements.
Base class for all types of module elements.
Base class for all types of vector space elements (vectors).
override IModuleElement MultiplyScalar(IRingElement Scalar)
Tries to multiply a scalar to the current element.
override ISemiGroup AssociatedSemiGroup
Associated Semi-Group.
override ILeftModule AssociatedLeftModule
Associated Left-Module.
virtual ICollection< IElement > VectorElements
An enumeration of vector elements.
VectorSpaceElement()
Base class for all types of vector space elements (vectors).
override IRightModule AssociatedRightModule
Associated Right-Module.
override IAbelianGroup AssociatedAbelianGroup
Associated Abelian Group.
abstract IVectorSpace AssociatedVectorSpace
Associated Right-VectorSpace.
abstract int Dimension
Dimension of vector.
abstract void SetElement(int Index, IElement Value)
Sets an element in the vector.
override Sets.IModule AssociatedModule
Associated Module.
override ISet AssociatedSet
Associated Set.
override IGroup AssociatedGroup
Associated Group.
override ILeftModuleElement MultiplyScalarLeft(IRingElement Scalar)
Tries to multiply a scalar to the current element from the left.
abstract IElement GetElement(int Index)
Gets an element of the vector.
abstract IVectorSpaceElement MultiplyScalar(IFieldElement Scalar)
Tries to multiply a scalar to the current element.
override IRightModuleElement MultiplyScalarRight(IRingElement Scalar)
Tries to multiply a scalar to the current element from the right.
Basic interface for all types of elements.
ICollection< IElement > ChildElements
An enumeration of child elements. If the element is a scalar, this property will return null.
Basic interface for all types of field elements.
Basic interface for all types of left module elements.
Basic interface for all types of module elements.
Basic interface for all types of right module elements.
Basic interface for all types of ring elements.
Basic interface for all types of module elements.
Basic interface for all types of abelian groups.
Basic interface for all types of groups.
Basic interface for all types of left modules.
Basic interface for all types of modules.
Basic interface for all types of right modules.
Basic interface for all types of semigroups.
Basic interface for all types of sets.
Basic interface for all types of modules.