1using System.Collections.Generic;
Basic interface for all types of elements.
Basic interface for vectors.
ICollection< IElement > VectorElements
An enumeration of vector elements.
int Dimension
Dimension of vector.
IElement GetElement(int Index)
Gets an element of the vector.
void SetElement(int Index, IElement Value)
Sets an element in the vector.