Generated by DocFX

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.

Extension Methods

EnumExtensions.GetSymbol<VectorType>()
ArrayExtensions.Concatenate<VectorType>(VectorType[])
CollectionExtensions.FromHierarchy<VectorType>(Func<VectorType, VectorType>, Func<VectorType, Boolean>)
ObjectExtensions.Clone<VectorType>()
ObjectExtensions.AddressOf<VectorType>()
ObjectExtensions.ToByteArray<VectorType>()
ReflectionExtensions.GetPropertyInfo<VectorType, TValue>(Expression<Func<VectorType, TValue>>)