Enum VectorType
Vector types.
Namespace: ISynergy.Framework.Mathematics.Enumerations
Assembly: ISynergy.Framework.Mathematics.dll
Syntax
public enum VectorType : int
Fields
Name | Description |
---|---|
ColumnVector | The vector is a column vector, meaning it should have a size equivalent to [N x 1] where N is the number of elements in the vector. |
RowVector | The vector is a row vector, meaning it should have a size equivalent to [1 x N] where N is the number of elements in the vector. |