Enum VectorType
Vector types.
Namespace: Mars.Numerics
Assembly: Mars.Numerics.dll
Syntax
public enum VectorType
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. |